[jboss-svn-commits] JBL Code SVN: r36972 - labs/jbosstm/trunk/maven.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 21 09:35:39 EDT 2011


Author: jhalliday
Date: 2011-04-21 09:35:38 -0400 (Thu, 21 Apr 2011)
New Revision: 36972

Modified:
   labs/jbosstm/trunk/maven/pom-template.xml
Log:
Update AS7 dependencies


Modified: labs/jbosstm/trunk/maven/pom-template.xml
===================================================================
--- labs/jbosstm/trunk/maven/pom-template.xml	2011-04-21 13:33:05 UTC (rev 36971)
+++ labs/jbosstm/trunk/maven/pom-template.xml	2011-04-21 13:35:38 UTC (rev 36972)
@@ -158,7 +158,7 @@
                 <!-- https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/as/jboss-as-parent/7.0.0.Alpha1/jboss-as-parent-7.0.0.Alpha1.pom -->
                 <groupId>org.jboss.as</groupId>
                 <artifactId>jboss-as-parent</artifactId>
-                <version>7.0.0.Beta1</version>
+                <version>7.0.0.Beta3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -222,6 +222,7 @@
             <!-- JCA API -->
             <groupId>org.jboss.ironjacamar</groupId>
             <artifactId>ironjacamar-spec-api</artifactId>
+            <version>1.0.0.Beta5</version><!-- TODO AS7 -->
         </dependency>
 
         <!-- unit tests use junit4 and some use byteman -->



More information about the jboss-svn-commits mailing list