You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/10/23 21:54:52 UTC

[5/5] git commit: Update working copy versions enabled

Update working copy versions enabled

In order to support 6.2.1 releases, update the working copy POM versions
automatically. This does not work for the experimental modules, but alas
we can't have it all. This *does* enable the ability to run the maven
release plugin once we need to perform a patch release.


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

Branch: refs/heads/build/wicket-6.2.0
Commit: 3cd56506d375fffd2268ab3de5389a95bec5b2dd
Parents: c9e430b
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Oct 19 16:28:17 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Oct 19 16:28:17 2012 +0200

----------------------------------------------------------------------
 release-dashorst.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3cd56506/release-dashorst.sh
----------------------------------------------------------------------
diff --git a/release-dashorst.sh b/release-dashorst.sh
index 39bcbc7..c164e7d 100755
--- a/release-dashorst.sh
+++ b/release-dashorst.sh
@@ -168,7 +168,7 @@ mvn -q clean -Pall
 
 # package and assemble the release
 echo "Prepare the release"
-mvn --batch-mode release:prepare -DupdateWorkingCopyVersions=false -DpreparationGoals="clean" -Dtag=$tag
+mvn --batch-mode release:prepare -DpreparationGoals="clean" -Dtag=$tag
 if [ $? -ne 0 ] ; then
 	fail "ERROR: mvn release:prepare was not successful"
 fi