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/11/10 03:55:14 UTC

svn commit: r473172 - /incubator/cxf/trunk/pom.xml

Author: ningjiang
Date: Thu Nov  9 18:55:13 2006
New Revision: 473172

URL: http://svn.apache.org/viewvc?view=rev&rev=473172
Log:
Updated the pom.xml to use ActiveMQ 4.0.2 RC6
[NOTE] If you had run mvn install before and want to get ActiveMQ 4.0.2 RC6,
You need to go to you .m2/repo/ to remove the directory incubator-activemq 
to let the maven to download ActiveMQ 4.0.2 RC6

Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=473172&r1=473171&r2=473172
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Nov  9 18:55:13 2006
@@ -673,7 +673,7 @@
         <repository>
             <id>ActiveMQ</id>
             <name>ActiveMQ Maven2 Temp Repository</name>
-            <url>http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC5/maven2</url>
+            <url>http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC6/maven2</url>
         </repository>
         <repository>
             <id>java.net</id>