Changed the m2 repository URL
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@430198 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven2/maven-osgi-plugin/pom.xml b/tools/maven2/maven-osgi-plugin/pom.xml
index f6d4833..ba33371 100644
--- a/tools/maven2/maven-osgi-plugin/pom.xml
+++ b/tools/maven2/maven-osgi-plugin/pom.xml
@@ -15,10 +15,40 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
- <url>http://cvs.apache.org/maven-snapshot-repository</url>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>snapshots</id>
+ <name>snapshot plugins</name>
+ <url>http://snapshots.maven.codehaus.org/maven2</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Plugins</name>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <distributionManagement>
+ <snapshotRepository>
+ <id>apache.snapshots</id>
+ <url>
+ scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
+ </url>
+ </snapshotRepository>
+ <repository>
+ <name>ASF Mirrored M2 Distributions</name>
+ <id>apache.snapshots</id>
+ <url>
+ scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
+ </url>
+ </repository>
+
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>