[jboss-svn-commits] JBL Code SVN: r37048 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 1 01:22:01 EDT 2011


Author: adinn
Date: 2011-06-01 01:22:01 -0400 (Wed, 01 Jun 2011)
New Revision: 37048

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml
Log:
updated pom-template to include new jbossws-api jar rather than old jbossws common jar -- version may wel lneed revising for AS7

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml	2011-06-01 05:21:40 UTC (rev 37047)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml	2011-06-01 05:22:01 UTC (rev 37048)
@@ -416,8 +416,8 @@
 
         <dependency>
             <groupId>org.jboss.ws</groupId>
-            <artifactId>jbossws-common</artifactId>
-            <version>2.0.0.Alpha3</version><!-- TODO AS7 -->
+            <artifactId>jbossws-api</artifactId>
+            <version>1.0.0.Beta1</version><!-- TODO AS7 -->
         </dependency>
 
     <!--



More information about the jboss-svn-commits mailing list