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 2010/03/11 10:32:56 UTC

svn commit: r921752 - /servicemix/components/engines/servicemix-eip/trunk/pom.xml

Author: jbonofre
Date: Thu Mar 11 09:32:55 2010
New Revision: 921752

URL: http://svn.apache.org/viewvc?rev=921752&view=rev
Log:
[maven-release-plugin] rollback the release of servicemix-eip-2010.01

Modified:
    servicemix/components/engines/servicemix-eip/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-eip/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-eip/trunk/pom.xml?rev=921752&r1=921751&r2=921752&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-eip/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-eip/trunk/pom.xml Thu Mar 11 09:32:55 2010
@@ -213,6 +213,19 @@
                 </execution>
             </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-7</version>
+          <configuration>
+            <useReleaseProfile>false</useReleaseProfile>
+            <preparationGoals>clean install</preparationGoals>
+            <goals>deploy</goals>
+            <arguments>-Prelease,deploy</arguments>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+          </configuration>
+        </plugin>
     </plugins>
   </build>
+  
 </project>