Repository: maven-resolver
Updated Branches:
  refs/heads/master 61af1948b -> bf3350cf1


added auto version submodules

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

Branch: refs/heads/master
Commit: bf3350cf1e71e5bb796171cf346eeed2b152b3d7
Parents: 61af194
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Jan 22 16:17:40 2017 +0100
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun Jan 22 16:17:40 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/bf3350cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 32509b8..dee1ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,13 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <argLine>-Xmx128m</argLine>

Reply via email to