You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/07/10 23:34:39 UTC

svn commit: r675769 - /tuscany/branches/sca-java-1.3/pom.xml

Author: lresende
Date: Thu Jul 10 14:34:39 2008
New Revision: 675769

URL: http://svn.apache.org/viewvc?rev=675769&view=rev
Log:
TUSCANY-2475 - Adding incubator plugin repository needed for sdo plugins

Modified:
    tuscany/branches/sca-java-1.3/pom.xml

Modified: tuscany/branches/sca-java-1.3/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/pom.xml?rev=675769&r1=675768&r2=675769&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/pom.xml Thu Jul 10 14:34:39 2008
@@ -90,11 +90,24 @@
     </repositories>
 
     <pluginRepositories>
+        <!-- Apache repository for artifacts released by Apache TLP projects -->
+        <pluginRepository>
+            <id>apache</id>
+            <name>Apache Repository</name>
+            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+
         <!-- Apache Incubator repository for artifacts released by Incubator projects -->
         <pluginRepository>
             <id>apache.incubator</id>
             <name>Apache Incubator Repository</name>
-            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
             <releases>
                 <enabled>true</enabled>
             </releases>