Updated default version numbers and repositories.
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@489729 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom-new-plugin.xml b/pom-new-plugin.xml
index 4fa4cb9..24262ca 100644
--- a/pom-new-plugin.xml
+++ b/pom-new-plugin.xml
@@ -107,17 +107,17 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.mosgi.jmx.registry</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.0-incubator-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.mosgi.jmx.agent</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.0-incubator-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.mosgi.console.ifc</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.0-incubator-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -127,7 +127,7 @@
<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>
<repository>
@@ -153,7 +153,7 @@
<name>ASF Mirrored M2 Distributions</name>
<id>apache.distributions</id>
<url>
- scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
+ scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository
</url>
</repository>
</distributionManagement>
@@ -163,7 +163,7 @@
<id>apache.snapshots</id>
<name>snapshot plugins</name>
<url>
- http://cvs.apache.org/maven-snapshot-repository
+ http://people.apache.org/repo/m2-snapshot-repository
</url>
</pluginRepository>
</pluginRepositories>