[seam-commits] Seam SVN: r12613 - in modules/faces/trunk: api and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 23 13:26:26 EDT 2010


Author: lincolnthree
Date: 2010-04-23 13:26:26 -0400 (Fri, 23 Apr 2010)
New Revision: 12613

Modified:
   modules/faces/trunk/api/pom.xml
   modules/faces/trunk/impl/pom.xml
   modules/faces/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: modules/faces/trunk/api/pom.xml
===================================================================
--- modules/faces/trunk/api/pom.xml	2010-04-23 17:26:19 UTC (rev 12612)
+++ modules/faces/trunk/api/pom.xml	2010-04-23 17:26:26 UTC (rev 12613)
@@ -4,11 +4,11 @@
 	<parent>
 		<artifactId>seam-faces-parent</artifactId>
 		<groupId>org.jboss.seam.faces</groupId>
-		<version>3.0.0.Alpha2</version>
+		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>seam-faces-api</artifactId>
-	<version>3.0.0.Alpha2</version>
+	<version>3.0.0-SNAPSHOT</version>
 
 	<packaging>jar</packaging>
 	<name>Seam Faces Module API</name>

Modified: modules/faces/trunk/impl/pom.xml
===================================================================
--- modules/faces/trunk/impl/pom.xml	2010-04-23 17:26:19 UTC (rev 12612)
+++ modules/faces/trunk/impl/pom.xml	2010-04-23 17:26:26 UTC (rev 12613)
@@ -4,11 +4,11 @@
 	<parent>
 		<artifactId>seam-faces-parent</artifactId>
 		<groupId>org.jboss.seam.faces</groupId>
-		<version>3.0.0.Alpha2</version>
+		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>seam-faces</artifactId>
-	<version>3.0.0.Alpha2</version>
+	<version>3.0.0-SNAPSHOT</version>
 
 	<packaging>jar</packaging>
 	<name>Seam Faces Module Core Implementation</name>

Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml	2010-04-23 17:26:19 UTC (rev 12612)
+++ modules/faces/trunk/pom.xml	2010-04-23 17:26:26 UTC (rev 12613)
@@ -9,7 +9,7 @@
 
 	<artifactId>seam-faces-parent</artifactId>
 	<groupId>org.jboss.seam.faces</groupId>
-	<version>3.0.0.Alpha2</version>
+	<version>3.0.0-SNAPSHOT</version>
 
 	<packaging>pom</packaging>
 	<name>Seam Faces Module Parent POM</name>
@@ -178,11 +178,11 @@
 	</developers>
 
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha2
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/trunk
 		</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha2
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/trunk
 		</developerConnection>
-		<url>http://fisheye.jboss.org/browse/Seam/modules/faces/tags/3.0.0.Alpha2</url>
+		<url>http://fisheye.jboss.org/browse/Seam/modules/faces/trunk</url>
 	</scm>
 
 	<build>



More information about the seam-commits mailing list