[richfaces-svn-commits] JBoss Rich Faces SVN: r19003 - in modules/tests/metamer/trunk: ftest and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 27 09:10:15 EDT 2010


Author: ppitonak at redhat.com
Date: 2010-08-27 09:10:15 -0400 (Fri, 27 Aug 2010)
New Revision: 19003

Modified:
   modules/tests/metamer/trunk/ftest/pom.xml
   modules/tests/metamer/trunk/pom.xml
Log:
* fixed RichFaces version and parent version after release


Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml	2010-08-27 12:59:01 UTC (rev 19002)
+++ modules/tests/metamer/trunk/ftest/pom.xml	2010-08-27 13:10:15 UTC (rev 19003)
@@ -79,8 +79,8 @@
 
 	<properties>
 		<context.path>/metamer/</context.path>
-		<deployable.version>4.0.0.20100826-M2</deployable.version>
-		<ftest.source.version>4.0.0.20100826-M2</ftest.source.version>
+		<deployable.version>4.0.0-SNAPSHOT</deployable.version>
+		<ftest.source.version>4.0.0-SNAPSHOT</ftest.source.version>
 		<testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
 	</properties>
 

Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml	2010-08-27 12:59:01 UTC (rev 19002)
+++ modules/tests/metamer/trunk/pom.xml	2010-08-27 13:10:15 UTC (rev 19003)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100826-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.richfaces.tests</groupId>
@@ -108,7 +108,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <richfaces.checkstyle.version>2</richfaces.checkstyle.version>
-        <version.richfaces>4.0.0.20100826-M2</version.richfaces>
+        <version.richfaces>4.0.0-SNAPSHOT</version.richfaces>
     </properties>
 
     <dependencyManagement>



More information about the richfaces-svn-commits mailing list