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/03 23:24:49 UTC

svn commit: r673818 - /tuscany/java/sca/pom.xml

Author: lresende
Date: Thu Jul  3 14:24:48 2008
New Revision: 673818

URL: http://svn.apache.org/viewvc?rev=673818&view=rev
Log:
Adding apache.incubator repository as a pluginRepository

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=673818&r1=673817&r2=673818&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Thu Jul  3 14:24:48 2008
@@ -92,7 +92,7 @@
     <pluginRepositories>
         <!-- Apache Incubator repository for artifacts released by Incubator projects -->
         <pluginRepository>
-            <id>apache.incubator</id>
+            <id>apache</id>
             <name>Apache Incubator Repository</name>
             <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
             <releases>
@@ -103,6 +103,18 @@
             </snapshots>
         </pluginRepository>
 
+        <pluginRepository>
+            <id>apache.incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+
         <!-- Apache SNAPSHOT repository for unreleased artifacts -->
         <pluginRepository>
             <id>apache.snapshots</id>