Author: jbonofre
Date: Sun Feb 28 17:53:17 2010
New Revision: 917227
URL: http://svn.apache.org/viewvc?rev=917227&view=rev
Log:
Upgrade to the latest apache POM and begin the repositories cleanup.
Modified:
servicemix/servicemix-pom/trunk/pom.xml
Modified: servicemix/servicemix-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/servicemix-pom/trunk/pom.xml?rev=917227&r1=917226&r2=917227&view=diff
==============================================================================
--- servicemix/servicemix-pom/trunk/pom.xml (original)
+++ servicemix/servicemix-pom/trunk/pom.xml Sun Feb 28 17:53:17 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>6</version>
+ <version>7</version>
</parent>
<groupId>org.apache.servicemix</groupId>
@@ -189,28 +189,10 @@
</scm>
<repositories>
- <!--This is a hack to short circuit the jencks 2.1 problem with
servicemix.org repo
- It can probably be deleted if we update to jencks 2.2 in ServiceMix
3.3.x -->
<repository>
- <id>servicemix-repo</id>
- <name>ServiceMix Repository</name>
- <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>servicemix.m2</id>
- <name>Apache ServiceMix Maven2 Repository</name>
- <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
- </repository>
- <repository>
- <id>apache.incubating</id>
- <name>Apache Incubating Repository</name>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ <id>java.net</id>
+ <name>Java.net Maven Repository</name>
+ <url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>codehaus</id>