You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/10/13 17:41:11 UTC

svn commit: r463714 - /incubator/ode/trunk/pom.xml

Author: boisvert
Date: Fri Oct 13 08:41:09 2006
New Revision: 463714

URL: http://svn.apache.org/viewvc?view=rev&rev=463714
Log:
Fix Apache incubator plugin repo

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=463714&r1=463713&r2=463714
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Fri Oct 13 08:41:09 2006
@@ -252,9 +252,9 @@
             <url>http://pxe.intalio.org/public/maven2</url>
         </repository>
         <repository>
-            <id>apache-snapshot</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
+            <id>apache-incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
         </repository>
         <repository>
             <id>central</id>
@@ -300,6 +300,11 @@
             <id>ibiblio</id>
             <name>ibiblio</name>
             <url>http://www.ibiblio.org/maven2</url>
+        </pluginRepository>
+        <pluginRepository>
+            <id>apache-incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
         </pluginRepository>
     </pluginRepositories>