Showing
1 changed file
with
25 additions
and
8 deletions
| ... | ... | @@ -2,19 +2,22 @@ |
| 2 | 2 | <project> |
| 3 | 3 | <parent> |
| 4 | 4 | <artifactId>ui</artifactId> |
| 5 | - <groupId>org.richfaces.sandbox</groupId> | |
| 6 | - <version>3.3.4-SNAPSHOT</version> | |
| 5 | + <groupId>org.richfaces</groupId> | |
| 6 | + <version>3.3.3.Final</version> | |
| 7 | 7 | </parent> |
| 8 | + | |
| 8 | 9 | <modelVersion>4.0.0</modelVersion> |
| 9 | 10 | <groupId>org.richfaces.sandbox.ui</groupId> |
| 10 | 11 | <artifactId>focus</artifactId> |
| 12 | + <version>3.3.4-SNAPSHOT</version> | |
| 11 | 13 | <name>focus</name> |
| 14 | + | |
| 12 | 15 | <build> |
| 13 | 16 | <plugins> |
| 14 | 17 | <plugin> |
| 15 | 18 | <groupId>org.richfaces.cdk</groupId> |
| 16 | 19 | <artifactId>maven-cdk-plugin</artifactId> |
| 17 | - <version>${project.version}</version> | |
| 20 | + <version>${richfaces.version}</version> | |
| 18 | 21 | <executions> |
| 19 | 22 | <execution> |
| 20 | 23 | <phase>generate-sources</phase> |
| ... | ... | @@ -25,7 +28,7 @@ |
| 25 | 28 | </executions> |
| 26 | 29 | <configuration> |
| 27 | 30 | <library> |
| 28 | - <prefix>org.richfaces</prefix> | |
| 31 | + <prefix>org.richfaces.sandbox.ui</prefix> | |
| 29 | 32 | <taglib> |
| 30 | 33 | <shortName>focus</shortName> |
| 31 | 34 | <uri>http://richfaces.org/sandbox/focus</uri> |
| ... | ... | @@ -56,17 +59,31 @@ |
| 56 | 59 | <dependency> |
| 57 | 60 | <groupId>org.richfaces.framework</groupId> |
| 58 | 61 | <artifactId>richfaces-impl</artifactId> |
| 59 | - <version>${project.version}</version> | |
| 62 | + <version>${richfaces.version}</version> | |
| 60 | 63 | </dependency> |
| 61 | 64 | </dependencies> |
| 65 | + | |
| 62 | 66 | <properties> |
| 63 | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 68 | + <richfaces.version>3.3.3.Final</richfaces.version> | |
| 64 | 69 | </properties> |
| 70 | + | |
| 71 | + <scm> | |
| 72 | + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/focus</developerConnection> | |
| 73 | + <url>https://it-crowd.com.pl/svn/richfaces</url> | |
| 74 | + <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/community/3.3.X/ui/focus</connection> | |
| 75 | + </scm> | |
| 76 | + | |
| 65 | 77 | <distributionManagement> |
| 78 | + <repository> | |
| 79 | + <id>it-crowd.com.pl</id> | |
| 80 | + <name>IT Crowd Company Internal Repository</name> | |
| 81 | + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url> | |
| 82 | + </repository> | |
| 66 | 83 | <snapshotRepository> |
| 67 | - <id>bernard.labno.pl</id> | |
| 68 | - <name>MyCo Internal Repository</name> | |
| 69 | - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url> | |
| 84 | + <id>it-crowd.com.pl</id> | |
| 85 | + <name>IT Crowd Company Internal Repository</name> | |
| 86 | + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url> | |
| 70 | 87 | </snapshotRepository> |
| 71 | 88 | </distributionManagement> |
| 72 | 89 | ... | ... |
Please
register
or
login
to post a comment