You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2006/12/18 03:19:04 UTC

svn commit: r488102 - in /incubator/cxf/trunk: pom.xml rt/transports/jms/pom.xml systests/pom.xml

Author: ningjiang
Date: Sun Dec 17 18:19:04 2006
New Revision: 488102

URL: http://svn.apache.org/viewvc?view=rev&rev=488102
Log:
upgraded to activemq 4.1.0-incubator

Modified:
    incubator/cxf/trunk/pom.xml
    incubator/cxf/trunk/rt/transports/jms/pom.xml
    incubator/cxf/trunk/systests/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=488102&r1=488101&r2=488102
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Sun Dec 17 18:19:04 2006
@@ -152,7 +152,7 @@
         <spring.version>2.0</spring.version>
         <wsdl4j.version>1.6.1</wsdl4j.version>
         <derby.version>10.1.1.0</derby.version>
-        <activemq.version>4.0.2</activemq.version>
+        <activemq.version>4.1.0-incubator</activemq.version>
         <geronimo.version>1.0.1</geronimo.version>
         <rhino.version>1.6R5</rhino.version>
         <xmlbeans.version>2.2.0</xmlbeans.version>
@@ -630,7 +630,7 @@
                 <version>${geronimo.version}</version>
             </dependency>
             <dependency>
-                <groupId>incubator-activemq</groupId>
+                <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-core</artifactId>
                 <version>${activemq.version}</version>
             </dependency>

Modified: incubator/cxf/trunk/rt/transports/jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/jms/pom.xml?view=diff&rev=488102&r1=488101&r2=488102
==============================================================================
--- incubator/cxf/trunk/rt/transports/jms/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/jms/pom.xml Sun Dec 17 18:19:04 2006
@@ -99,7 +99,7 @@
             <artifactId>geronimo-jms_1.1_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>incubator-activemq</groupId>
+            <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-core</artifactId>
             <scope>test</scope>
         </dependency>
@@ -198,8 +198,8 @@
     <repositories>
         <repository>
             <id>ActiveMQ</id>
-            <name>ActiveMQ Maven2 Temp Repository</name>
-            <url>http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC6/maven2</url>
+            <name>ActiveMQ Maven2 Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
         </repository>
     </repositories>
 </project>

Modified: incubator/cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=488102&r1=488101&r2=488102
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Sun Dec 17 18:19:04 2006
@@ -158,7 +158,7 @@
         </dependency>
  
         <dependency>
-                <groupId>incubator-activemq</groupId>
+                <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-core</artifactId>
                 <scope>test</scope>
         </dependency>