You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2014/09/23 17:26:42 UTC

git commit: Update release plugin to version 2.5 due to problems with git and 2.4.x

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master d5a513e5f -> b938df2e7


Update release plugin to version 2.5 due to problems with git and 2.4.x


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/b938df2e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/b938df2e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/b938df2e

Branch: refs/heads/master
Commit: b938df2e746aa14e849a9506e6dca805fc496a6c
Parents: d5a513e
Author: salyh <he...@gmail.com>
Authored: Tue Sep 23 17:26:37 2014 +0200
Committer: salyh <he...@gmail.com>
Committed: Tue Sep 23 17:26:37 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/b938df2e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2498f2d..c2991a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,6 +243,14 @@
           <args>-Dfile.encoding=UTF-8</args>
         </configuration>
       </plugin>
+      <plugin>
+	    <groupId>org.apache.maven.plugins</groupId>
+	    <artifactId>maven-release-plugin</artifactId>
+	    <version>2.5</version>
+	    <configuration>
+		  <autoVersionSubmodules>true</autoVersionSubmodules>
+	    </configuration>
+       </plugin>
     </plugins>
   </build>