[seam-commits] Seam SVN: r12594 - in modules/branches/lincolnthree: api and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 22 18:02:06 EDT 2010
Author: lincolnthree
Date: 2010-04-22 18:02:05 -0400 (Thu, 22 Apr 2010)
New Revision: 12594
Modified:
modules/branches/lincolnthree/api/pom.xml
modules/branches/lincolnthree/impl/pom.xml
modules/branches/lincolnthree/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: modules/branches/lincolnthree/api/pom.xml
===================================================================
--- modules/branches/lincolnthree/api/pom.xml 2010-04-22 22:01:54 UTC (rev 12593)
+++ modules/branches/lincolnthree/api/pom.xml 2010-04-22 22:02:05 UTC (rev 12594)
@@ -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/branches/lincolnthree/impl/pom.xml
===================================================================
--- modules/branches/lincolnthree/impl/pom.xml 2010-04-22 22:01:54 UTC (rev 12593)
+++ modules/branches/lincolnthree/impl/pom.xml 2010-04-22 22:02:05 UTC (rev 12594)
@@ -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/branches/lincolnthree/pom.xml
===================================================================
--- modules/branches/lincolnthree/pom.xml 2010-04-22 22:01:54 UTC (rev 12593)
+++ modules/branches/lincolnthree/pom.xml 2010-04-22 22:02:05 UTC (rev 12594)
@@ -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