diff options
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 45067c0699..cc7a009109 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -76,7 +76,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> @@ -193,7 +193,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> <snapshots> <enabled>true</enabled> </snapshots> @@ -242,7 +242,7 @@ <snapshotRepository> <id>apache.snapshots</id> <name>Apache Development Snapshot Repository</name> - <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> + <url>https://repository.apache.org/content/repositories/snapshots</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> </distributionManagement> |