[jboss-cvs] JBossAS SVN: r94684 - in projects/javaee/branches/Branch_5_0: build and 8 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 12 11:37:36 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-10-12 11:37:36 -0400 (Mon, 12 Oct 2009)
New Revision: 94684

Modified:
   projects/javaee/branches/Branch_5_0/build/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-jad-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-jca-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-jms-api/pom.xml
   projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom.xml
   projects/javaee/branches/Branch_5_0/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: projects/javaee/branches/Branch_5_0/build/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/build/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/build/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-javaee-parent</artifactId>
-  <version>5.2.0.Beta1</version>
+  <version>5.2.0.Beta2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JBoss JavaEE 5.0 Parent</name>
   <url>http://www.jboss.com</url>
@@ -15,8 +15,8 @@
     The JBoss JavaEE API classes
   </description>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/5.2.0.Beta1</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/5.2.0.Beta1</developerConnection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/branches/Branch_5_0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/branches/Branch_5_0</developerConnection>
   </scm>
 
   <properties>

Modified: projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-ejb-api</artifactId>
-  <version>3.0.0.GA_SP1</version>
+  <version>3.0.0.GA_SP2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss EJB 3.0 API</name>
   <url>http://www.jboss.org</url>
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-transaction-api</artifactId>
-      <version>1.0.1.GA</version>
+      <version>1.0.2.GA-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.ws.native</groupId>

Modified: projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jacc-api</artifactId>
-  <version>1.1.0.GA_SP1</version>
+  <version>1.1.0.GA_SP2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss JACC 1.1 API</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/jboss-jad-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jad-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-jad-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jad-api</artifactId>
-  <version>1.2.0.GA</version>
+  <version>1.2.1.GA-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss JavaEE Application Deployment 1.2 API</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jaspi-api</artifactId>
-  <version>1.0.0.GA</version>
+  <version>1.0.1.GA-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss Java Authentication SPI for Containers 1.0-PR API</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jaxr-api</artifactId>
-  <version>1.0.0.GA</version>
+  <version>1.0.1.GA-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss Java API for XML Registries 1.0</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/jboss-jca-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jca-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-jca-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jca-api</artifactId>
-  <version>1.5.0.GA</version>
+  <version>1.5.1.GA-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss J2EE Connector Architecture 1.5 API</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/jboss-jms-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jms-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-jms-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jms-api</artifactId>
-  <version>1.1.0.GA</version>
+  <version>1.1.1.GA-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss JMS 1.1 API</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-transaction-api</artifactId>
-  <version>1.0.1.GA</version>
+  <version>1.0.2.GA-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss Transaction 1.0.1 API</name>
   <url>http://www.jboss.org</url>

Modified: projects/javaee/branches/Branch_5_0/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/pom.xml	2009-10-12 15:37:20 UTC (rev 94683)
+++ projects/javaee/branches/Branch_5_0/pom.xml	2009-10-12 15:37:36 UTC (rev 94684)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.javaee</groupId>
     <artifactId>jboss-javaee-parent</artifactId>
-    <version>5.2.0.Beta1</version>
+    <version>5.2.0.Beta2-SNAPSHOT</version>
     <relativePath>build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-javaee</artifactId>
-  <version>5.2.0.Beta1</version>
+  <version>5.2.0.Beta2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JBoss JavaEE 5.0 Aggregate</name>
   <url>http://www.jboss.com</url>
@@ -16,8 +16,8 @@
     The JBoss JavaEE API classes
   </description>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/5.2.0.Beta1</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/5.2.0.Beta1</developerConnection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/branches/Branch_5_0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/branches/Branch_5_0</developerConnection>
   </scm>
 
   <modules>




More information about the jboss-cvs-commits mailing list