You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2010/06/23 21:00:23 UTC

svn commit: r957305 - /incubator/chemistry/opencmis/trunk/pom.xml

Author: gabriele
Date: Wed Jun 23 19:00:23 2010
New Revision: 957305

URL: http://svn.apache.org/viewvc?rev=957305&view=rev
Log:
enable module autoversioning during release

Modified:
    incubator/chemistry/opencmis/trunk/pom.xml

Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=957305&r1=957304&r2=957305&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Wed Jun 23 19:00:23 2010
@@ -216,13 +216,14 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.0-beta-9</version>
+                <version>2.0</version>
                 <configuration>
                     <useReleaseProfile>false</useReleaseProfile>
                     <!-- TODO: Add autogenerated JIRA release notes -->
                     <goals>javadoc:aggregate deploy
                         site-deploy</goals>
                     <arguments>-Papache-release</arguments>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>
             </plugin>
             <plugin>