[seam-commits] Seam SVN: r12708 - in modules/jms/trunk: api and 2 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 10 21:00:26 EDT 2010
Author: jganoff
Date: 2010-05-10 21:00:26 -0400 (Mon, 10 May 2010)
New Revision: 12708
Modified:
modules/jms/trunk/api/pom.xml
modules/jms/trunk/docs/reference/pom.xml
modules/jms/trunk/impl/pom.xml
modules/jms/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: modules/jms/trunk/api/pom.xml
===================================================================
--- modules/jms/trunk/api/pom.xml 2010-05-11 01:00:19 UTC (rev 12707)
+++ modules/jms/trunk/api/pom.xml 2010-05-11 01:00:26 UTC (rev 12708)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jms-parent</artifactId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: modules/jms/trunk/docs/reference/pom.xml
===================================================================
--- modules/jms/trunk/docs/reference/pom.xml 2010-05-11 01:00:19 UTC (rev 12707)
+++ modules/jms/trunk/docs/reference/pom.xml 2010-05-11 01:00:26 UTC (rev 12708)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jms-parent</artifactId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: modules/jms/trunk/impl/pom.xml
===================================================================
--- modules/jms/trunk/impl/pom.xml 2010-05-11 01:00:19 UTC (rev 12707)
+++ modules/jms/trunk/impl/pom.xml 2010-05-11 01:00:26 UTC (rev 12708)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jms-parent</artifactId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml 2010-05-11 01:00:19 UTC (rev 12707)
+++ modules/jms/trunk/pom.xml 2010-05-11 01:00:26 UTC (rev 12708)
@@ -12,7 +12,7 @@
<artifactId>seam-jms-parent</artifactId>
<packaging>pom</packaging>
<name>Seam JMS Parent</name>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<url>http://sfwk.org/Seam3/JMSModule</url>
@@ -247,8 +247,8 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/jms/tags/3.0.0.Alpha1</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/jms/tags/3.0.0.Alpha1</developerConnection>
- <url>http://fisheye.jboss.org/browse/Seam/modules/jms/tags/3.0.0.Alpha1</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/jms/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/jms/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Seam/modules/jms/trunk</url>
</scm>
</project>
More information about the seam-commits
mailing list