You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/09/04 16:12:53 UTC

svn commit: r692025 - /servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Author: gnodet
Date: Thu Sep  4 07:12:52 2008
New Revision: 692025

URL: http://svn.apache.org/viewvc?rev=692025&view=rev
Log:
Configure the release plugin correctly, rollback release

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=692025&r1=692024&r2=692025&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Thu Sep  4 07:12:52 2008
@@ -29,7 +29,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>3-SNAPSHOT</version>
+    <version>2-SNAPSHOT</version>
     <name>Apache ServiceMix Bundles</name>
 
     <properties>
@@ -60,7 +60,10 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.0-beta-7</version>
                     <configuration>
-                        <preparationGoals>clean,verify,install</preparationGoals>
+                        <useReleaseProfile>false</useReleaseProfile>
+                        <preparationGoals>clean verify install</preparationGoals>
+                        <goals>deploy</goals>
+                        <arguments>-Prelease,deploy</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>