[richfaces-svn-commits] JBoss Rich Faces SVN: r15910 - in branches/sandbox/3.3.X_JSF2/extensions: gwt and 2 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 18 05:13:43 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-18 05:13:43 -0500 (Wed, 18 Nov 2009)
New Revision: 15910

Modified:
   branches/sandbox/3.3.X_JSF2/extensions/gwt/pom.xml
   branches/sandbox/3.3.X_JSF2/extensions/pom.xml
   branches/sandbox/3.3.X_JSF2/extensions/seam/pom.xml
   branches/sandbox/3.3.X_JSF2/extensions/trinidad/pom.xml
Log:
change version to 3.3.3-jsf2 

Modified: branches/sandbox/3.3.X_JSF2/extensions/gwt/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/extensions/gwt/pom.xml	2009-11-18 10:13:00 UTC (rev 15909)
+++ branches/sandbox/3.3.X_JSF2/extensions/gwt/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>extensions</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
 		<dependency>
 			<groupId>org.richfaces.framework</groupId>
 			<artifactId>richfaces-impl</artifactId>
-			<version>3.3.3-SNAPSHOT</version>
+			<version>3.3.3-jsf2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>com.sun.facelets</groupId>
@@ -161,4 +161,4 @@
 		</repository>
 	</repositories>
 	
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/extensions/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/extensions/pom.xml	2009-11-18 10:13:00 UTC (rev 15909)
+++ branches/sandbox/3.3.X_JSF2/extensions/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
@@ -2,15 +2,15 @@
 	<parent>
 		<artifactId>root</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>
   <artifactId>extensions</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
   <name>Richfaces extensions for a different environments</name>
   <packaging>pom</packaging>
   <modules>
     <!-- module>portletbridge</module-->
   </modules>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/extensions/seam/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/extensions/seam/pom.xml	2009-11-18 10:13:00 UTC (rev 15909)
+++ branches/sandbox/3.3.X_JSF2/extensions/seam/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
@@ -35,7 +35,7 @@
 	<dependency>
 		<groupId>org.richfaces</groupId>
 		<artifactId>ajax4jsf</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</dependency>
 	<dependency>
 		<groupId>jboss</groupId>
@@ -43,4 +43,4 @@
 		<version>1.1</version>
 	</dependency>
    </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/extensions/trinidad/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/extensions/trinidad/pom.xml	2009-11-18 10:13:00 UTC (rev 15909)
+++ branches/sandbox/3.3.X_JSF2/extensions/trinidad/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
@@ -35,7 +35,7 @@
 	<dependency>
 		<groupId>org.richfaces</groupId>
 		<artifactId>ajax4jsf</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</dependency>
   	<dependency>
   	    <groupId>org.apache.myfaces.trinidad</groupId>
@@ -50,4 +50,4 @@
 	      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
 	    </repository>
 	  </repositories>
-</project>
\ No newline at end of file
+</project>



More information about the richfaces-svn-commits mailing list