[seam-commits] Seam SVN: r12715 - 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:39 EDT 2010


Author: jganoff
Date: 2010-05-11 21:45:38 -0400 (Tue, 11 May 2010)
New Revision: 12715

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 release 3.0.0.Alpha1

Modified: modules/jms/trunk/api/pom.xml
===================================================================
--- modules/jms/trunk/api/pom.xml	2010-05-11 23:38:24 UTC (rev 12714)
+++ modules/jms/trunk/api/pom.xml	2010-05-12 01:45:38 UTC (rev 12715)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.seam.jms</groupId>
       <artifactId>seam-jms-parent</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0.Alpha1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: modules/jms/trunk/dist/pom.xml
===================================================================
--- modules/jms/trunk/dist/pom.xml	2010-05-11 23:38:24 UTC (rev 12714)
+++ modules/jms/trunk/dist/pom.xml	2010-05-12 01:45:38 UTC (rev 12715)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.jboss.seam.jms</groupId>
       <artifactId>seam-jms-parent</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0.Alpha1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: modules/jms/trunk/docs/reference/pom.xml
===================================================================
--- modules/jms/trunk/docs/reference/pom.xml	2010-05-11 23:38:24 UTC (rev 12714)
+++ modules/jms/trunk/docs/reference/pom.xml	2010-05-12 01:45:38 UTC (rev 12715)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.seam.jms</groupId>
 		<artifactId>seam-jms-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
+		<version>3.0.0.Alpha1</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: modules/jms/trunk/impl/pom.xml
===================================================================
--- modules/jms/trunk/impl/pom.xml	2010-05-11 23:38:24 UTC (rev 12714)
+++ modules/jms/trunk/impl/pom.xml	2010-05-12 01:45:38 UTC (rev 12715)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.seam.jms</groupId>
 		<artifactId>seam-jms-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
+		<version>3.0.0.Alpha1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml	2010-05-11 23:38:24 UTC (rev 12714)
+++ modules/jms/trunk/pom.xml	2010-05-12 01:45:38 UTC (rev 12715)
@@ -12,7 +12,7 @@
 	<artifactId>seam-jms-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>Seam JMS Parent</name>
-	<version>3.0.0-SNAPSHOT</version>
+	<version>3.0.0.Alpha1</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/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>
+		<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>
 	</scm>
 </project>



More information about the seam-commits mailing list