Author: chirino
Date: Thu Mar 31 17:29:52 2011
New Revision: 1087378
URL: http://svn.apache.org/viewvc?rev=1087378&view=rev
Log:
enable autoVersionSubmodules
Modified:
activemq/activemq-apollo/trunk/pom.xml
Modified: activemq/activemq-apollo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1087378&r1=1087377&r2=1087378&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Mar 31 17:29:52 2011
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>6</version>
+ <version>9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -336,6 +336,17 @@
</configuration>
</plugin>
-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <useReleaseProfile>false</useReleaseProfile>
+ <goals>deploy</goals>
+ <arguments>-Papache-release</arguments>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>