You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/08 21:24:39 UTC

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

Author: gertv
Date: Mon Nov  8 20:24:38 2010
New Revision: 1032688

URL: http://svn.apache.org/viewvc?rev=1032688&view=rev
Log:
Prepare for release: Avoid *.asc.asc files and remove warnings about Jaxen

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=1032688&r1=1032687&r2=1032688&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Mon Nov  8 20:24:38 2010
@@ -117,7 +117,7 @@
         <dependency>
             <groupId>jaxen</groupId>
             <artifactId>jaxen</artifactId>
-            <version>1.1-beta-9</version>
+            <version>1.1.1</version>
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -247,10 +247,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.0-beta-7</version>
                 <configuration>
                     <useReleaseProfile>false</useReleaseProfile>
-                    <preparationGoals>clean verify install</preparationGoals>
+                    <preparationGoals>clean install</preparationGoals>
                     <goals>deploy</goals>
                     <arguments>-Prelease,deploy</arguments>
                     <autoVersionSubmodules>true</autoVersionSubmodules>