diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-03 16:59:08 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-03 16:59:08 +0000 |
commit | 4a0ac2202c6f8e3e0ab6b7d63b5343ac7af8dd81 (patch) | |
tree | d6b3efb9cafe131e029f8e25bf03119d2a4ba4bb | |
parent | 50716adf1ef3f161191449a206b38088350554ca (diff) |
Use new aggregated repository URL for Apache snapshots
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088335 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.2/pom.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/pom.xml index 135f603f88..caca32b22f 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.2/pom.xml @@ -66,7 +66,7 @@ <repository> <id>apache.snapshots</id> <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <url>http://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> @@ -75,17 +75,6 @@ </snapshots> </repository> <repository> - <id>apache.repository</id> - <name>Apache Repository</name> - <url>https://repository.apache.org/content/groups/snapshots</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> <id>indiana</id> <url>http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/</url> <releases> @@ -158,7 +147,7 @@ <pluginRepository> <id>apache.snapshots</id> <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <url>http://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> |