Author: gertv
Date: Thu Nov  4 13:00:41 2010
New Revision: 1030919

URL: http://svn.apache.org/viewvc?rev=1030919&view=rev
Log:
Prepare for release: fix a few Maven 3 build warnings

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=1030919&r1=1030918&r2=1030919&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Thu Nov  4 13:00:41 2010
@@ -62,12 +62,11 @@
                 <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>
+                        <arguments>-Prelease</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>


Reply via email to