Upgrade to the latest apache POM and begin the repositories cleanup.


git-svn-id: https://svn.apache.org/repos/asf/servicemix/servicemix-pom/trunk@917227 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 29ff987..2cdc98c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>