You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/09 07:14:32 UTC

svn commit: r516311 - /incubator/tuscany/java/sca/core-samples/pom.xml

Author: jboynes
Date: Thu Mar  8 22:14:31 2007
New Revision: 516311

URL: http://svn.apache.org/viewvc?view=rev&rev=516311
Log:
add location of repo for the parent pom

Modified:
    incubator/tuscany/java/sca/core-samples/pom.xml

Modified: incubator/tuscany/java/sca/core-samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core-samples/pom.xml?view=diff&rev=516311&r1=516310&r2=516311
==============================================================================
--- incubator/tuscany/java/sca/core-samples/pom.xml (original)
+++ incubator/tuscany/java/sca/core-samples/pom.xml Thu Mar  8 22:14:31 2007
@@ -39,6 +39,21 @@
         <kernelVersion>2.0-alpha-incubating</kernelVersion>
     </properties>
 
+    <!-- definition of repositories where the parent pom can be found -->
+    <repositories>
+        <repository>
+            <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>
+        </repository>
+    </repositories>
+
     <dependencyManagement>
         <dependencies>
             <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org