diff options
Diffstat (limited to '')
-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> |