You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/03/26 10:55:13 UTC

svn commit: r641230 - /activemq/camel/trunk/pom.xml

Author: jstrachan
Date: Wed Mar 26 02:55:11 2008
New Revision: 641230

URL: http://svn.apache.org/viewvc?rev=641230&view=rev
Log:
added explicit central maven repo due to ibiblio wierdness

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=641230&r1=641229&r2=641230&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Mar 26 02:55:11 2008
@@ -102,6 +102,11 @@
 
   <repositories>
     <repository>
+      <id>repo1.maven</id>
+      <name>Maven Central Repo</name>
+      <url>http://repo1.maven.org/maven2/</url>
+    </repository>
+    <repository>
       <id>apache.incubating.releases</id>
       <name>Apache Incubating Release Distribution Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>