You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/03/26 21:58:30 UTC

maven-scm git commit: [SCM-794] Configure maven release plugin to autoVersionSubmodules

Repository: maven-scm
Updated Branches:
  refs/heads/master 98c53aab9 -> c43227aa8


[SCM-794] Configure maven release plugin to autoVersionSubmodules


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/c43227aa
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/c43227aa
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/c43227aa

Branch: refs/heads/master
Commit: c43227aa87d8957a4485a541ca2ca011205c4b53
Parents: 98c53aa
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Thu Mar 26 21:58:09 2015 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Thu Mar 26 21:58:09 2015 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/c43227aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c0fe3b4..4f5a406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,13 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.8.2</version>