[seam-commits] Seam SVN: r12717 - in modules/jms/trunk: api and 3 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue May 11 21:45:56 EDT 2010
Author: jganoff
Date: 2010-05-11 21:45:56 -0400 (Tue, 11 May 2010)
New Revision: 12717
Modified:
modules/jms/trunk/api/pom.xml
modules/jms/trunk/dist/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-12 01:45:49 UTC (rev 12716)
+++ modules/jms/trunk/api/pom.xml 2010-05-12 01:45:56 UTC (rev 12717)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.jms</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/dist/pom.xml
===================================================================
--- modules/jms/trunk/dist/pom.xml 2010-05-12 01:45:49 UTC (rev 12716)
+++ modules/jms/trunk/dist/pom.xml 2010-05-12 01:45:56 UTC (rev 12717)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.jms</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-12 01:45:49 UTC (rev 12716)
+++ modules/jms/trunk/docs/reference/pom.xml 2010-05-12 01:45:56 UTC (rev 12717)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.jms</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-12 01:45:49 UTC (rev 12716)
+++ modules/jms/trunk/impl/pom.xml 2010-05-12 01:45:56 UTC (rev 12717)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.jms</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-12 01:45:49 UTC (rev 12716)
+++ modules/jms/trunk/pom.xml 2010-05-12 01:45:56 UTC (rev 12717)
@@ -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>
@@ -231,8 +231,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