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 2006/08/31 01:17:26 UTC

svn commit: r438704 - /incubator/tuscany/java/spec/sca/pom.xml

Author: jboynes
Date: Wed Aug 30 16:17:25 2006
New Revision: 438704

URL: http://svn.apache.org/viewvc?rev=438704&view=rev
Log:
set distribution to use incubator repo

Modified:
    incubator/tuscany/java/spec/sca/pom.xml

Modified: incubator/tuscany/java/spec/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/pom.xml?rev=438704&r1=438703&r2=438704&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sca/pom.xml (original)
+++ incubator/tuscany/java/spec/sca/pom.xml Wed Aug 30 16:17:25 2006
@@ -53,6 +53,7 @@
         </dependency>
     </dependencies>
 
+    <!-- needed for OSGi plugin -->
     <pluginRepositories>
         <pluginRepository>
             <id>apache-snapshot-repository</id>
@@ -60,6 +61,20 @@
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </pluginRepository>
     </pluginRepositories>
+
+    <distributionManagement>
+        <repository>
+            <id>apache.incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
+
     <build>
         <plugins>
             <plugin>



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