[jbossws-commits] JBossWS SVN: r15963 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 15 07:55:06 EDT 2012


Author: ropalka
Date: 2012-03-15 07:55:04 -0400 (Thu, 15 Mar 2012)
New Revision: 15963

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
sync. hornetq with AS7 versions

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-14 18:26:20 UTC (rev 15962)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-15 11:55:04 UTC (rev 15963)
@@ -1109,13 +1109,13 @@
         <dependency>
           <groupId>org.hornetq</groupId>
           <artifactId>hornetq-jms</artifactId>
-          <version>2.2.11.Final</version>
+          <version>2.2.13.Final</version>
           <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.hornetq</groupId>
           <artifactId>hornetq-core</artifactId>
-          <version>2.2.11.Final</version>
+          <version>2.2.13.Final</version>
           <scope>test</scope>
         </dependency>
       </dependencies>
@@ -1329,13 +1329,13 @@
         <dependency>
           <groupId>org.hornetq</groupId>
           <artifactId>hornetq-jms</artifactId>
-          <version>2.2.11.Final</version>
+          <version>2.2.13.Final</version>
           <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.hornetq</groupId>
           <artifactId>hornetq-core</artifactId>
-          <version>2.2.11.Final</version>
+          <version>2.2.13.Final</version>
           <scope>test</scope>
         </dependency>
       </dependencies>



More information about the jbossws-commits mailing list