[hornetq-commits] JBoss hornetq SVN: r10810 - in trunk: distribution and 8 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 15 10:15:05 EDT 2011


Author: borges
Date: 2011-06-15 10:15:02 -0400 (Wed, 15 Jun 2011)
New Revision: 10810

Modified:
   trunk/distribution/pom.xml
   trunk/hornetq-ra/hornetq-ra-rar/pom.xml
   trunk/pom.xml
   trunk/tests/concurrent-tests/pom.xml
   trunk/tests/jms-tests/pom.xml
   trunk/tests/joram-tests/pom.xml
   trunk/tests/performance-tests/pom.xml
   trunk/tests/soak-tests/pom.xml
   trunk/tests/stress-tests/pom.xml
   trunk/tests/timing-tests/pom.xml
Log:
Revert changes from 10809


Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/distribution/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -16,7 +16,7 @@
    <dependencies>
        <dependency>
            <groupId>org.jboss.javaee</groupId>
-           <artifactId>jboss-jms-api_1.1_spec</artifactId>
+           <artifactId>jboss-jms-api</artifactId>
        </dependency>
       <dependency>
           <groupId>org.jboss.naming</groupId>

Modified: trunk/hornetq-ra/hornetq-ra-rar/pom.xml
===================================================================
--- trunk/hornetq-ra/hornetq-ra-rar/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/hornetq-ra/hornetq-ra-rar/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -28,11 +28,11 @@
                 </exclusion>
                 <exclusion>
                     <groupId>org.jboss.javaee</groupId>
-                    <artifactId>jboss-jms-api_1.1_spec</artifactId>
+                    <artifactId>jboss-jms-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.jboss.javaee</groupId>
-                    <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+                    <artifactId>jboss-transaction-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>jboss.jbossts</groupId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -148,6 +148,11 @@
             <artifactId>jboss-jms-api_1.1_spec</artifactId>
             <version>1.0.0.Final</version>
          </dependency>
+         <dependency>
+         	<groupId>org.jboss.javaee</groupId>
+         	<artifactId>jboss-transaction-api</artifactId>
+         	<version>1.0.1.20070913080910</version>
+         </dependency>
 
          <!-- needed to compile JavaEE examples-->
          <dependency>
@@ -160,6 +165,11 @@
             <artifactId>jboss-transaction-api_1.1_spec</artifactId>
             <version>1.0.0.Final</version>
          </dependency>
+         <dependency>
+            <groupId>org.jboss.javaee</groupId>
+            <artifactId>jboss-jms-api</artifactId>
+            <version>1.1.0.20070913080910</version>
+         </dependency>
 
          <!--this specifically for the JMS Bridge-->
          <dependency>

Modified: trunk/tests/concurrent-tests/pom.xml
===================================================================
--- trunk/tests/concurrent-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/concurrent-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -89,7 +89,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge-->
       <dependency>
@@ -102,7 +102,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: trunk/tests/jms-tests/pom.xml
===================================================================
--- trunk/tests/jms-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/jms-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -68,7 +68,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge -->
       <dependency>
@@ -81,7 +81,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: trunk/tests/joram-tests/pom.xml
===================================================================
--- trunk/tests/joram-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/joram-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -89,7 +89,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge-->
       <dependency>
@@ -102,7 +102,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: trunk/tests/performance-tests/pom.xml
===================================================================
--- trunk/tests/performance-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/performance-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -89,7 +89,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge-->
       <dependency>
@@ -102,7 +102,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: trunk/tests/soak-tests/pom.xml
===================================================================
--- trunk/tests/soak-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/soak-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -96,7 +96,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge-->
       <dependency>
@@ -109,7 +109,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: trunk/tests/stress-tests/pom.xml
===================================================================
--- trunk/tests/stress-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/stress-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -96,7 +96,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge-->
       <dependency>
@@ -109,7 +109,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: trunk/tests/timing-tests/pom.xml
===================================================================
--- trunk/tests/timing-tests/pom.xml	2011-06-15 10:36:52 UTC (rev 10809)
+++ trunk/tests/timing-tests/pom.xml	2011-06-15 14:15:02 UTC (rev 10810)
@@ -98,7 +98,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+         <artifactId>jboss-transaction-api</artifactId>
       </dependency>
       <!--this specifically for the JMS Bridge-->
       <dependency>
@@ -111,7 +111,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jms-api_1.1_spec</artifactId>
+         <artifactId>jboss-jms-api</artifactId>
       </dependency>
    </dependencies>
 



More information about the hornetq-commits mailing list