You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/10/23 14:04:14 UTC

svn commit: r829016 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Fri Oct 23 12:04:14 2009
New Revision: 829016

URL: http://svn.apache.org/viewvc?rev=829016&view=rev
Log:
Make the release plugin to automatically use the same version number for all submodules.

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=829016&r1=829015&r2=829016&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Fri Oct 23 12:04:14 2009
@@ -86,6 +86,12 @@
           <downloadSources>true</downloadSources>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
     </plugins>
 
     <pluginManagement>