You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2009/11/10 15:46:59 UTC

svn commit: r834482 - /servicemix/servicemix-pom/trunk/pom.xml

Author: jbonofre
Date: Tue Nov 10 14:46:58 2009
New Revision: 834482

URL: http://svn.apache.org/viewvc?rev=834482&view=rev
Log:
Delete the deprecated download.java.net maven repository.
Use maven release plugin 2.0-beta-7 to avoid error with maven 2.2.1.

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=834482&r1=834481&r2=834482&view=diff
==============================================================================
--- servicemix/servicemix-pom/trunk/pom.xml (original)
+++ servicemix/servicemix-pom/trunk/pom.xml Tue Nov 10 14:46:58 2009
@@ -204,12 +204,6 @@
         <name>Codehaus Maven Repository</name>
         <url>http://repository.codehaus.org</url>
     </repository>
-    <repository>
-        <id>java.net</id>
-        <name>Sun JavaNet Maven Repository</name>
-        <url>http://download.java.net/maven/1</url>
-        <layout>legacy</layout>
-    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
@@ -245,6 +239,7 @@
             <!-- most of the plugin configuration for releasing (gpg, sources, ...) is in the Apache parent POM -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-release-plugin</artifactId>
+            <version>2.0-beta-7</version>
             <configuration>
               <preparationGoals>clean verify install</preparationGoals>
               <autoVersionSubmodules>true</autoVersionSubmodules>