Author: nbelaevski
Date: 2010-02-19 06:03:52 -0500 (Fri, 19 Feb 2010)
New Revision: 16471
Modified:
branches/community/3.3.X/framework/api/pom.xml
branches/community/3.3.X/framework/impl/pom.xml
branches/community/3.3.X/ui/assembly/pom.xml
Log:
Reverted changes in pom.xml for r16469
Modified: branches/community/3.3.X/framework/api/pom.xml
===================================================================
--- branches/community/3.3.X/framework/api/pom.xml 2010-02-19 04:09:04 UTC (rev 16470)
+++ branches/community/3.3.X/framework/api/pom.xml 2010-02-19 11:03:52 UTC (rev 16471)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<name>Java Server Faces AJAX framework API</name>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -39,4 +39,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project>
+</project>
\ No newline at end of file
Modified: branches/community/3.3.X/framework/impl/pom.xml
===================================================================
--- branches/community/3.3.X/framework/impl/pom.xml 2010-02-19 04:09:04 UTC (rev 16470)
+++ branches/community/3.3.X/framework/impl/pom.xml 2010-02-19 11:03:52 UTC (rev 16471)
@@ -3,13 +3,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>${classifiedArtifactId}</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
<build>
<resources>
<resource>
@@ -249,7 +249,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</dependency>
</dependencies>
-</project>
+</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/assembly/pom.xml
===================================================================
--- branches/community/3.3.X/ui/assembly/pom.xml 2010-02-19 04:09:04 UTC (rev 16470)
+++ branches/community/3.3.X/ui/assembly/pom.xml 2010-02-19 11:03:52 UTC (rev 16471)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -15,7 +15,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
@@ -435,20 +435,20 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl-jsf2</artifactId>
- <version>3.3.3.CR1</version>
+ <version>3.3.3-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
</profiles>
<dependencies />
-</project>
+</project>
\ No newline at end of file
Show replies by date