Showing
1 changed file
with
29 additions
and
12 deletions
| @@ -2,21 +2,24 @@ | @@ -2,21 +2,24 @@ | ||
| 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 3 | xmlns="http://maven.apache.org/POM/4.0.0" | 3 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | - <modelVersion>4.0.0</modelVersion> | ||
| 6 | <parent> | 5 | <parent> |
| 7 | <artifactId>ui</artifactId> | 6 | <artifactId>ui</artifactId> |
| 8 | - <groupId>org.richfaces.sandbox</groupId> | ||
| 9 | - <version>3.3.4-SNAPSHOT</version> | 7 | + <groupId>org.richfaces</groupId> |
| 8 | + <version>3.3.3.Final</version> | ||
| 10 | </parent> | 9 | </parent> |
| 10 | + | ||
| 11 | + <modelVersion>4.0.0</modelVersion> | ||
| 11 | <groupId>org.richfaces.sandbox.ui</groupId> | 12 | <groupId>org.richfaces.sandbox.ui</groupId> |
| 12 | <artifactId>schedule</artifactId> | 13 | <artifactId>schedule</artifactId> |
| 14 | + <version>3.3.4-SNAPSHOT</version> | ||
| 13 | <name>schedule</name> | 15 | <name>schedule</name> |
| 16 | + | ||
| 14 | <build> | 17 | <build> |
| 15 | <plugins> | 18 | <plugins> |
| 16 | <plugin> | 19 | <plugin> |
| 17 | <groupId>org.richfaces.cdk</groupId> | 20 | <groupId>org.richfaces.cdk</groupId> |
| 18 | <artifactId>maven-cdk-plugin</artifactId> | 21 | <artifactId>maven-cdk-plugin</artifactId> |
| 19 | - <version>${project.version}</version> | 22 | + <version>${richfaces.version}</version> |
| 20 | <executions> | 23 | <executions> |
| 21 | <execution> | 24 | <execution> |
| 22 | <phase>generate-sources</phase> | 25 | <phase>generate-sources</phase> |
| @@ -34,7 +37,7 @@ | @@ -34,7 +37,7 @@ | ||
| 34 | </executions> | 37 | </executions> |
| 35 | <configuration> | 38 | <configuration> |
| 36 | <library> | 39 | <library> |
| 37 | - <prefix>org.richfaces.ui</prefix> | 40 | + <prefix>org.richfaces.sandbox.ui</prefix> |
| 38 | <taglib> | 41 | <taglib> |
| 39 | <shortName>schedule</shortName> | 42 | <shortName>schedule</shortName> |
| 40 | <uri>http://richfaces.org/sandbox/schedule</uri> | 43 | <uri>http://richfaces.org/sandbox/schedule</uri> |
| @@ -65,21 +68,35 @@ | @@ -65,21 +68,35 @@ | ||
| 65 | </plugin> | 68 | </plugin> |
| 66 | </plugins> | 69 | </plugins> |
| 67 | </build> | 70 | </build> |
| 68 | - <properties> | ||
| 69 | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| 70 | - </properties> | ||
| 71 | <dependencies> | 71 | <dependencies> |
| 72 | <dependency> | 72 | <dependency> |
| 73 | <groupId>org.richfaces.framework</groupId> | 73 | <groupId>org.richfaces.framework</groupId> |
| 74 | <artifactId>richfaces-impl</artifactId> | 74 | <artifactId>richfaces-impl</artifactId> |
| 75 | - <version>${project.version}</version> | 75 | + <version>${richfaces.version}</version> |
| 76 | </dependency> | 76 | </dependency> |
| 77 | </dependencies> | 77 | </dependencies> |
| 78 | + | ||
| 79 | + <properties> | ||
| 80 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| 81 | + <richfaces.version>3.3.3.Final</richfaces.version> | ||
| 82 | + </properties> | ||
| 83 | + | ||
| 84 | + <scm> | ||
| 85 | + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/schedule</developerConnection> | ||
| 86 | + <url>https://it-crowd.com.pl/svn/richfaces</url> | ||
| 87 | + <connection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/schedule</connection> | ||
| 88 | + </scm> | ||
| 89 | + | ||
| 78 | <distributionManagement> | 90 | <distributionManagement> |
| 91 | + <repository> | ||
| 92 | + <id>it-crowd.com.pl</id> | ||
| 93 | + <name>IT Crowd Company Internal Repository</name> | ||
| 94 | + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url> | ||
| 95 | + </repository> | ||
| 79 | <snapshotRepository> | 96 | <snapshotRepository> |
| 80 | - <id>bernard.labno.pl</id> | ||
| 81 | - <name>MyCo Internal Repository</name> | ||
| 82 | - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url> | 97 | + <id>it-crowd.com.pl</id> |
| 98 | + <name>IT Crowd Company Internal Repository</name> | ||
| 99 | + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url> | ||
| 83 | </snapshotRepository> | 100 | </snapshotRepository> |
| 84 | </distributionManagement> | 101 | </distributionManagement> |
| 85 | 102 |
Please
register
or
login
to post a comment