Showing
1 changed file
with
25 additions
and
8 deletions
@@ -2,19 +2,22 @@ | @@ -2,19 +2,22 @@ | ||
2 | <project> | 2 | <project> |
3 | <parent> | 3 | <parent> |
4 | <artifactId>ui</artifactId> | 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 | </parent> | 7 | </parent> |
8 | + | ||
8 | <modelVersion>4.0.0</modelVersion> | 9 | <modelVersion>4.0.0</modelVersion> |
9 | <groupId>org.richfaces.sandbox.ui</groupId> | 10 | <groupId>org.richfaces.sandbox.ui</groupId> |
10 | <artifactId>focus</artifactId> | 11 | <artifactId>focus</artifactId> |
12 | + <version>3.3.4-SNAPSHOT</version> | ||
11 | <name>focus</name> | 13 | <name>focus</name> |
14 | + | ||
12 | <build> | 15 | <build> |
13 | <plugins> | 16 | <plugins> |
14 | <plugin> | 17 | <plugin> |
15 | <groupId>org.richfaces.cdk</groupId> | 18 | <groupId>org.richfaces.cdk</groupId> |
16 | <artifactId>maven-cdk-plugin</artifactId> | 19 | <artifactId>maven-cdk-plugin</artifactId> |
17 | - <version>${project.version}</version> | 20 | + <version>${richfaces.version}</version> |
18 | <executions> | 21 | <executions> |
19 | <execution> | 22 | <execution> |
20 | <phase>generate-sources</phase> | 23 | <phase>generate-sources</phase> |
@@ -25,7 +28,7 @@ | @@ -25,7 +28,7 @@ | ||
25 | </executions> | 28 | </executions> |
26 | <configuration> | 29 | <configuration> |
27 | <library> | 30 | <library> |
28 | - <prefix>org.richfaces</prefix> | 31 | + <prefix>org.richfaces.sandbox.ui</prefix> |
29 | <taglib> | 32 | <taglib> |
30 | <shortName>focus</shortName> | 33 | <shortName>focus</shortName> |
31 | <uri>http://richfaces.org/sandbox/focus</uri> | 34 | <uri>http://richfaces.org/sandbox/focus</uri> |
@@ -56,17 +59,31 @@ | @@ -56,17 +59,31 @@ | ||
56 | <dependency> | 59 | <dependency> |
57 | <groupId>org.richfaces.framework</groupId> | 60 | <groupId>org.richfaces.framework</groupId> |
58 | <artifactId>richfaces-impl</artifactId> | 61 | <artifactId>richfaces-impl</artifactId> |
59 | - <version>${project.version}</version> | 62 | + <version>${richfaces.version}</version> |
60 | </dependency> | 63 | </dependency> |
61 | </dependencies> | 64 | </dependencies> |
65 | + | ||
62 | <properties> | 66 | <properties> |
63 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
68 | + <richfaces.version>3.3.3.Final</richfaces.version> | ||
64 | </properties> | 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 | <distributionManagement> | 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 | <snapshotRepository> | 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 | </snapshotRepository> | 87 | </snapshotRepository> |
71 | </distributionManagement> | 88 | </distributionManagement> |
72 | 89 |
Please
register
or
login
to post a comment