[jboss-cvs] JBossAS SVN: r83256 - projects/ejb3/trunk/transactions.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 22 02:43:17 EST 2009


Author: ALRubinger
Date: 2009-01-22 02:43:17 -0500 (Thu, 22 Jan 2009)
New Revision: 83256

Modified:
   projects/ejb3/trunk/transactions/pom.xml
Log:
[EJBTHREE-1234] ejb3-transactions to 1.0.0 of all org.jboss.ejb3 groupId dependencies

Modified: projects/ejb3/trunk/transactions/pom.xml
===================================================================
--- projects/ejb3/trunk/transactions/pom.xml	2009-01-22 07:40:55 UTC (rev 83255)
+++ projects/ejb3/trunk/transactions/pom.xml	2009-01-22 07:43:17 UTC (rev 83256)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.jboss.ejb3</groupId>
     <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -128,18 +128,18 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-cache</artifactId>
-      <version>0.13.0</version>
+      <version>1.0.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-ext-api-impl</artifactId>
-      <version>0.3</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-interceptors</artifactId>
-      <version>0.13.5</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.javaee</groupId>




More information about the jboss-cvs-commits mailing list