You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2014/04/01 13:18:00 UTC

git commit: add maven-release-plugin and tweak it for GIT

Repository: incubator-batchee
Updated Branches:
  refs/heads/master f9ebb5bd8 -> 13e67f738


add maven-release-plugin and tweak it for GIT


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

Branch: refs/heads/master
Commit: 13e67f738974820e534222ab1ed480ae7800a5e0
Parents: f9ebb5b
Author: Mark Struberg <st...@apache.org>
Authored: Tue Apr 1 13:17:44 2014 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Apr 1 13:17:44 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/13e67f73/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d80cdfd..b42660c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,6 +453,17 @@
                     </execution>
                 </executions>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <pushChanges>false</pushChanges>
+                    <localCheckout>true</localCheckout>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
         </plugins>
     </build>