otest pom.xml needs to point to apache snapshots repo
-----------------------------------------------------
Key: TUSCANY-3993
URL: https://issues.apache.org/jira/browse/TUSCANY-3993
Project: Tuscany
Issue Type: Bug
Components: Java SCA Verification Tests
Affects Versions: Java-SCA-2.0-M4
Reporter: Tom Seelbach
Priority: Minor
Need to change the incubating-repo to snapshots repo
Index: pom.xml
===================================================================
--- pom.xml (revision 1211541)
+++ pom.xml (working copy)
@@ -30,8 +30,13 @@
<repositories>
<repository>
- <id>apache.incubator</id>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
</repository>
</repositories>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira