You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/11/02 14:50:19 UTC

svn commit: r470363 - /incubator/tuscany/branches/sca-java-M2/samples/pom.xml

Author: rineholt
Date: Thu Nov  2 05:50:19 2006
New Revision: 470363

URL: http://svn.apache.org/viewvc?view=rev&rev=470363
Log:
I think we'll need these repos listed if we make this an independent SOURCE distro that we plan other to build.

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

Modified: incubator/tuscany/branches/sca-java-M2/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/pom.xml?view=diff&rev=470363&r1=470362&r2=470363
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/pom.xml Thu Nov  2 05:50:19 2006
@@ -39,6 +39,44 @@
         <specVersion>0.95</specVersion>
     </properties>
 
+    <!-- definition of repositories where the parent pom can be found -->
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+        <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>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.incubator</id>
+            <name>Apache M2 Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
     <modules>
       <module>applications/bigbank</module>
       <module>standalone/calculator</module>



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