You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/04/08 14:44:25 UTC

svn commit: r1310988 - in /aries/branches/1.0-prototype: application/application-itests/ application/application-tooling-repository-generator/ ejb/openejb-extender-itest/ jpa/jpa-container-itest/ samples/ transaction/ transaction/transaction-blueprint/...

Author: cumminsh
Date: Sun Apr  8 12:44:25 2012
New Revision: 1310988

URL: http://svn.apache.org/viewvc?rev=1310988&view=rev
Log:
Updating transactions to 1.0.0-SNAPSHOT and updating dependencies

Modified:
    aries/branches/1.0-prototype/application/application-itests/pom.xml
    aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml
    aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml
    aries/branches/1.0-prototype/samples/pom.xml
    aries/branches/1.0-prototype/transaction/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-testbundle/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-testds/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml

Modified: aries/branches/1.0-prototype/application/application-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-itests/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-itests/pom.xml Sun Apr  8 12:44:25 2012
@@ -210,7 +210,7 @@
         <dependency>
         	<groupId>org.apache.aries.transaction</groupId>
         	<artifactId>org.apache.aries.transaction.blueprint</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         	<scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml Sun Apr  8 12:44:25 2012
@@ -152,19 +152,19 @@
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
     		<artifactId>org.apache.aries.transaction.manager</artifactId>
-    		<version>0.3.1-SNAPSHOT</version>
+    		<version>1.0.0-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
   			<artifactId>org.apache.aries.transaction.wrappers</artifactId>  			
-  			<version>0.3.1-SNAPSHOT</version>
+  			<version>1.0.0-SNAPSHOT</version>
         </dependency>
         
        <dependency>
            <groupId>org.apache.aries.transaction</groupId>
     	   <artifactId>org.apache.aries.transaction.blueprint</artifactId>    	
-    	   <version>0.3.1-SNAPSHOT</version>
+    	   <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.aries.jpa</groupId>

Modified: aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml Sun Apr  8 12:44:25 2012
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.manager</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml Sun Apr  8 12:44:25 2012
@@ -276,19 +276,19 @@
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.manager</artifactId>
-            <version>0.3</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.testds</artifactId>
-            <version>0.3</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
 			<groupId>org.apache.aries.transaction</groupId>
 			<artifactId>org.apache.aries.transaction.wrappers</artifactId>
-            <version>0.3</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
 		</dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/samples/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/samples/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/samples/pom.xml (original)
+++ aries/branches/1.0-prototype/samples/pom.xml Sun Apr  8 12:44:25 2012
@@ -112,10 +112,10 @@
         <ariesTestsupportUnitVersion>0.5-SNAPSHOT</ariesTestsupportUnitVersion>
 
         <!-- Aries Transaction Versions -->
-        <ariesTransactionBlueprintVersion>0.3.1-SNAPSHOT</ariesTransactionBlueprintVersion>
-        <ariesTransactionManagerVersion>0.3.1-SNAPSHOT</ariesTransactionManagerVersion>
-        <ariesTransactionTestdsVersion>0.3.1-SNAPSHOT</ariesTransactionTestdsVersion>
-        <ariesTransactionWrappersVersion>0.3.1-SNAPSHOT</ariesTransactionWrappersVersion>
+        <ariesTransactionBlueprintVersion>1.0.0-SNAPSHOT</ariesTransactionBlueprintVersion>
+        <ariesTransactionManagerVersion>1.0.0-SNAPSHOT</ariesTransactionManagerVersion>
+        <ariesTransactionTestdsVersion>1.0.0-SNAPSHOT</ariesTransactionTestdsVersion>
+        <ariesTransactionWrappersVersion>1.0.0-SNAPSHOT</ariesTransactionWrappersVersion>
 
         <!-- Aries Util Versions -->
         <ariesUtilVersion>1.0.0-SNAPSHOT</ariesUtilVersion>

Modified: aries/branches/1.0-prototype/transaction/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/pom.xml Sun Apr  8 12:44:25 2012
@@ -30,7 +30,7 @@
     <groupId>org.apache.aries.transaction</groupId>
     <artifactId>transaction</artifactId>
     <packaging>pom</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache Aries Transaction - reactor pom</name>
 
     <modules>

Modified: aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml Sun Apr  8 12:44:25 2012
@@ -14,21 +14,20 @@
         the specific language governing permissions and limitations under the
         License.
     -->
-<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">
 
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.transaction</groupId>
     <artifactId>org.apache.aries.transaction.blueprint</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache Aries Transaction Blueprint</name>
 
     <scm>

Modified: aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml Sun Apr  8 12:44:25 2012
@@ -28,7 +28,7 @@
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.itests</artifactId>
   <name>Apache Aries Transaction Integration Tests</name>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
 
      <scm>
          <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/itests</connection>
@@ -102,31 +102,31 @@
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.manager</artifactId>
             <scope>test</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.blueprint</artifactId>
             <scope>test</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.wrappers</artifactId>
             <scope>test</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.testds</artifactId>
             <scope>test</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.testbundle</artifactId>
             <scope>test</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>

Modified: aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml Sun Apr  8 12:44:25 2012
@@ -31,7 +31,7 @@
     <artifactId>org.apache.aries.transaction.manager</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Transaction Manager</name> 
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
      <scm>
          <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/manager</connection>

Modified: aries/branches/1.0-prototype/transaction/transaction-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-testbundle/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-testbundle/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-testbundle/pom.xml Sun Apr  8 12:44:25 2012
@@ -28,7 +28,7 @@
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.testbundle</artifactId>
   <packaging>bundle</packaging>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <name>Apache Aries Transaction Test Bundle</name>
 
      <scm>

Modified: aries/branches/1.0-prototype/transaction/transaction-testds/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-testds/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-testds/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-testds/pom.xml Sun Apr  8 12:44:25 2012
@@ -25,7 +25,7 @@
 	<groupId>org.apache.aries.transaction</groupId>
 	<artifactId>org.apache.aries.transaction.testds</artifactId>
 	<name>Apache Aries Transaction Test Datasource Configuration</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
      <scm>

Modified: aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml?rev=1310988&r1=1310987&r2=1310988&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml Sun Apr  8 12:44:25 2012
@@ -29,7 +29,7 @@
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.wrappers</artifactId>
   <name>Apache Aries Transaction Enlisting JDBC Datasource</name>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
      <scm>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.apache.aries.transaction</groupId>
             <artifactId>org.apache.aries.transaction.manager</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>