[richfaces-svn-commits] JBoss Rich Faces SVN: r15911 - in branches/sandbox/3.3.X_JSF2/framework: api and 3 other directories.

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


Author: Alex.Kolonitsky
Date: 2009-11-18 05:14:33 -0500 (Wed, 18 Nov 2009)
New Revision: 15911

Modified:
   branches/sandbox/3.3.X_JSF2/framework/api/pom.xml
   branches/sandbox/3.3.X_JSF2/framework/impl/pom.xml
   branches/sandbox/3.3.X_JSF2/framework/jsf-test/pom.xml
   branches/sandbox/3.3.X_JSF2/framework/pom.xml
   branches/sandbox/3.3.X_JSF2/framework/test/pom.xml
Log:
change version to 3.3.3-jsf2 

Modified: branches/sandbox/3.3.X_JSF2/framework/api/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/framework/api/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
+++ branches/sandbox/3.3.X_JSF2/framework/api/pom.xml	2009-11-18 10:14:33 UTC (rev 15911)
@@ -33,4 +33,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/framework/impl/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/framework/impl/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
+++ branches/sandbox/3.3.X_JSF2/framework/impl/pom.xml	2009-11-18 10:14:33 UTC (rev 15911)
@@ -5,6 +5,7 @@
 		<groupId>org.richfaces</groupId>
 		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
+    
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.framework</groupId>
 	<artifactId>richfaces-impl</artifactId>
@@ -56,7 +57,7 @@
 			<plugin>
 				<groupId>org.richfaces.cdk</groupId>
 				<artifactId>maven-javascript-plugin</artifactId>
-				<version>3.3.3-SNAPSHOT</version>
+				<version>3.3.3-jsf2-SNAPSHOT</version>
 				<executions>
 					<execution>
 						<goals>
@@ -164,4 +165,4 @@
 			<version>3.3.3-jsf2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/framework/jsf-test/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/framework/jsf-test/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
+++ branches/sandbox/3.3.X_JSF2/framework/jsf-test/pom.xml	2009-11-18 10:14:33 UTC (rev 15911)
@@ -1,136 +1,136 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>framework</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-jsf2-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.framework</groupId>
-	<artifactId>jsf-test</artifactId>
-	<name>jsf-test</name>
-	<version>3.3.3-jsf2-SNAPSHOT</version>
-
-	<dependencies>
-	<dependency>
-     <groupId>com.sun.faces</groupId>
-     <artifactId>jsf-api</artifactId>
-     <version>2.0.1</version>
-      <scope>provided</scope>
-    </dependency>
-	<dependency>
-     <groupId>com.sun.faces</groupId>
-     <artifactId>jsf-impl</artifactId>
-     <version>2.0.1</version>
-      <scope>provided</scope>
-    </dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.5</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.htmlunit</groupId>
-			<artifactId>htmlunit</artifactId>
-			<version>2.4</version>
-		</dependency>
-		<dependency>
-			<groupId>el-impl</groupId>
-			<artifactId>el-impl</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-httpclient</groupId>
-			<artifactId>commons-httpclient</artifactId>
-			<version>3.1</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.htmlunit</groupId>
-			<artifactId>htmlunit-core-js</artifactId>
-			<version>2.4</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.cssparser</groupId>
-			<artifactId>cssparser</artifactId>
-			<version>0.9.5</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>1.4</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.4</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>3.2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.nekohtml</groupId>
-			<artifactId>nekohtml</artifactId>
-			<version>1.9.11</version>
-			<exclusions>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<!--
-					<exclusion> <groupId>xerces</groupId>
-					<artifactId>xercesImpl</artifactId> </exclusion>
-				-->
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.5</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet.jsp</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>jstl</groupId>
-			<artifactId>jstl</artifactId>
-			<version>1.2</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.annotation</groupId>
-			<artifactId>jsr250-api</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
-			<groupId>xalan</groupId>
-			<artifactId>xalan</artifactId>
-			<version>2.7.1</version>
-			<exclusions>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>de.berlios.jsunit</groupId>
-			<artifactId>jsunit</artifactId>
-			<version>1.3</version>
-			<exclusions>
-				<exclusion>
-					<groupId>rhino</groupId>
-					<artifactId>js</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<artifactId>framework</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.framework</groupId>
+	<artifactId>jsf-test</artifactId>
+	<name>jsf-test</name>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
+
+	<dependencies>
+	<dependency>
+     <groupId>com.sun.faces</groupId>
+     <artifactId>jsf-api</artifactId>
+     <version>2.0.1</version>
+      <scope>provided</scope>
+    </dependency>
+	<dependency>
+     <groupId>com.sun.faces</groupId>
+     <artifactId>jsf-impl</artifactId>
+     <version>2.0.1</version>
+      <scope>provided</scope>
+    </dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.5</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.htmlunit</groupId>
+			<artifactId>htmlunit</artifactId>
+			<version>2.4</version>
+		</dependency>
+		<dependency>
+			<groupId>el-impl</groupId>
+			<artifactId>el-impl</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-httpclient</groupId>
+			<artifactId>commons-httpclient</artifactId>
+			<version>3.1</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.htmlunit</groupId>
+			<artifactId>htmlunit-core-js</artifactId>
+			<version>2.4</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.cssparser</groupId>
+			<artifactId>cssparser</artifactId>
+			<version>0.9.5</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>1.4</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.4</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>3.2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.nekohtml</groupId>
+			<artifactId>nekohtml</artifactId>
+			<version>1.9.11</version>
+			<exclusions>
+				<exclusion>
+					<groupId>xml-apis</groupId>
+					<artifactId>xml-apis</artifactId>
+				</exclusion>
+				<!--
+					<exclusion> <groupId>xerces</groupId>
+					<artifactId>xercesImpl</artifactId> </exclusion>
+				-->
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.5</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet.jsp</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>jstl</groupId>
+			<artifactId>jstl</artifactId>
+			<version>1.2</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.annotation</groupId>
+			<artifactId>jsr250-api</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>xalan</groupId>
+			<artifactId>xalan</artifactId>
+			<version>2.7.1</version>
+			<exclusions>
+				<exclusion>
+					<groupId>xml-apis</groupId>
+					<artifactId>xml-apis</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>de.berlios.jsunit</groupId>
+			<artifactId>jsunit</artifactId>
+			<version>1.3</version>
+			<exclusions>
+				<exclusion>
+					<groupId>rhino</groupId>
+					<artifactId>js</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+	</dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/framework/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/framework/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
+++ branches/sandbox/3.3.X_JSF2/framework/pom.xml	2009-11-18 10:14:33 UTC (rev 15911)
@@ -2,7 +2,7 @@
 	<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>
@@ -138,4 +138,4 @@
 		<module>test</module>
 		<module>jsf-test</module>
 	</modules>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/framework/test/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/framework/test/pom.xml	2009-11-18 10:13:43 UTC (rev 15910)
+++ branches/sandbox/3.3.X_JSF2/framework/test/pom.xml	2009-11-18 10:14:33 UTC (rev 15911)
@@ -100,4 +100,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>



More information about the richfaces-svn-commits mailing list