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 16:34:05 UTC

svn commit: r834505 - /servicemix/utils/trunk/pom.xml

Author: jbonofre
Date: Tue Nov 10 15:34:05 2009
New Revision: 834505

URL: http://svn.apache.org/viewvc?rev=834505&view=rev
Log:
Use the servicemix-pom 4.
Use maven release plugin 2.0-bate-7 to avoid issue with maven 2.2.1.
Delete deprecated JAXB maven repository.

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=834505&r1=834504&r2=834505&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Tue Nov 10 15:34:05 2009
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-pom</artifactId>
-    <version>3</version>
+    <version>4</version>
   </parent>
 
   <artifactId>servicemix-utils</artifactId>
@@ -234,7 +234,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-8</version>
+        <version>2.0-beta-7</version>
         <configuration>
           <useReleaseProfile>false</useReleaseProfile>
           <preparationGoals>clean verify install</preparationGoals>
@@ -304,16 +304,6 @@
     </plugins>
   </build>
 
-  <repositories>
-    <!-- repository for JAXB implementation -->
-    <repository>
-      <id>java.net</id>
-      <name>java.net Maven Repository</name>
-      <url>https://maven-repository.dev.java.net/nonav/repository</url>
-      <layout>legacy</layout>
-    </repository>
-  </repositories>
-
   <profiles>
       <profile>
           <id>release</id>