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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 21 17:59:02 EDT 2010


Author: lincolnthree
Date: 2010-04-21 17:59:00 -0400 (Wed, 21 Apr 2010)
New Revision: 12556

Modified:
   modules/faces/trunk/api/pom.xml
   modules/faces/trunk/docs/reference/pom.xml
   modules/faces/trunk/examples/short-ly/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-21 21:58:48 UTC (rev 12555)
+++ modules/faces/trunk/api/pom.xml	2010-04-21 21:59:00 UTC (rev 12556)
@@ -4,11 +4,11 @@
 	<parent>
 		<artifactId>seam-faces-parent</artifactId>
 		<groupId>org.jboss.seam.faces</groupId>
-		<version>3.0.0.Alpha1</version>
+		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>seam-faces-api</artifactId>
-	<version>3.0.0.Alpha1</version>
+	<version>3.0.0-SNAPSHOT</version>
 
 	<packaging>jar</packaging>
 	<name>Seam Faces Module API</name>

Modified: modules/faces/trunk/docs/reference/pom.xml
===================================================================
--- modules/faces/trunk/docs/reference/pom.xml	2010-04-21 21:58:48 UTC (rev 12555)
+++ modules/faces/trunk/docs/reference/pom.xml	2010-04-21 21:59:00 UTC (rev 12556)
@@ -13,7 +13,7 @@
 
    <groupId>org.jboss.seam.faces</groupId>
    <artifactId>seam-faces-reference-guide</artifactId>
-   <version>3.0.0.Alpha1</version>
+   <version>3.0.0-SNAPSHOT</version>
    <packaging>jdocbook</packaging>
    <name>Seam Faces Module Reference Guide</name>
 

Modified: modules/faces/trunk/examples/short-ly/pom.xml
===================================================================
--- modules/faces/trunk/examples/short-ly/pom.xml	2010-04-21 21:58:48 UTC (rev 12555)
+++ modules/faces/trunk/examples/short-ly/pom.xml	2010-04-21 21:59:00 UTC (rev 12556)
@@ -5,7 +5,7 @@
 	<artifactId>seam-faces-examples-short-ly</artifactId>
 
 	<packaging>war</packaging>
-	<version>3.0.0.Alpha1</version>
+	<version>3.0.0-SNAPSHOT</version>
 	<name>Seam Faces Example bit.ly clone with PrettyFaces</name>
 
 	<url>http://seamframework.org</url>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.jboss.seam.faces</groupId>
 			<artifactId>seam-faces</artifactId>
-			<version>3.0.0.Alpha1</version>
+			<version>3.0.0-SNAPSHOT</version>
 		</dependency>
 
 		<dependency>

Modified: modules/faces/trunk/impl/pom.xml
===================================================================
--- modules/faces/trunk/impl/pom.xml	2010-04-21 21:58:48 UTC (rev 12555)
+++ modules/faces/trunk/impl/pom.xml	2010-04-21 21:59:00 UTC (rev 12556)
@@ -4,11 +4,11 @@
 	<parent>
 		<artifactId>seam-faces-parent</artifactId>
 		<groupId>org.jboss.seam.faces</groupId>
-		<version>3.0.0.Alpha1</version>
+		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>seam-faces</artifactId>
-	<version>3.0.0.Alpha1</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-21 21:58:48 UTC (rev 12555)
+++ modules/faces/trunk/pom.xml	2010-04-21 21:59:00 UTC (rev 12556)
@@ -9,7 +9,7 @@
 
 	<artifactId>seam-faces-parent</artifactId>
 	<groupId>org.jboss.seam.faces</groupId>
-	<version>3.0.0.Alpha1</version>
+	<version>3.0.0-SNAPSHOT</version>
 
 	<packaging>pom</packaging>
 	<name>Seam Faces Module Parent POM</name>
@@ -176,11 +176,11 @@
 	</developers>
 
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha1
+		<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.Alpha1
+		<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.Alpha1</url>
+		<url>http://fisheye.jboss.org/browse/Seam/modules/faces/trunk</url>
 	</scm>
 
 	<build>



More information about the seam-commits mailing list