You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/12/10 12:45:38 UTC

[3/3] git commit: ISIS-188: core/pom.xml for release plugin

ISIS-188: core/pom.xml for release plugin

* disable pushChanges, enable localCheckout


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

Branch: refs/heads/master
Commit: c6cfb34a0dd1b6b7ff57e70d1bff96ae2a9cecfd
Parents: 7aa7f07
Author: Dan Haywood <da...@apache.org>
Authored: Mon Dec 10 09:41:24 2012 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Dec 10 09:41:24 2012 +0000

----------------------------------------------------------------------
 core/pom.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/c6cfb34a/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index ab303cb..7631248 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -683,6 +683,8 @@
                         <preparationGoals>clean install</preparationGoals>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <tagBase>https://svn.apache.org/repos/asf/incubator/isis/tags/</tagBase>
+                        <localCheckout>true</localCheckout>
+                        <pushChanges>false</pushChanges>
                         <waitBeforeTagging>120</waitBeforeTagging>
                     </configuration>
                     <!-- goal:clean (for aggregator modules) has no bindings;