Author: jboynes
Date: Wed Sep 13 14:53:30 2006
New Revision: 443142
URL: http://svn.apache.org/viewvc?view=rev&rev=443142
Log:
fix distribution target in old sca pom
Modified:
incubator/tuscany/java/sca/pom.xml
Modified: incubator/tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=443142&r1=443141&r2=443142
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Wed Sep 13 14:53:30 2006
@@ -225,10 +225,15 @@
</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>maven-snapshot-repository</id>
- <name>Apache SNAPSHOT Repository</name>
-
<url>scp://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+ <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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]