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 2013/02/19 16:49:45 UTC

git commit: Update release script to modify the proper files after release

Updated Branches:
  refs/heads/master e241dc331 -> 166d364bf


Update release script to modify the proper files after release


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

Branch: refs/heads/master
Commit: 166d364bf13d1b36e9de113780fd2792a187ab3b
Parents: e241dc3
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Feb 19 16:49:39 2013 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Tue Feb 19 16:49:39 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/166d364b/release-dashorst.sh
----------------------------------------------------------------------
diff --git a/release-dashorst.sh b/release-dashorst.sh
index 250c8c6..3f4141b 100755
--- a/release-dashorst.sh
+++ b/release-dashorst.sh
@@ -274,7 +274,7 @@ echo "    find . ! \\( -type d -name \"target\" -prune \\) -name pom.xml -exec s
 # do the same for the original snapshot version, as our maven release
 # plugin friend doesn't do that for us in the dependency management section
 mvn_version_to_replace="$major_version.$minor_version.0-SNAPSHOT"
-echo "    find . ! \\( -type d -name \"target\" -prune \\) -type f -exec sed -i \"\" -E \"s/$mvn_version_to_replace/$next_dev_version/g\" {} \\;"
+echo "    find . ! \\( -type d -name \"target\" -prune \\) -name pom.xml -exec sed -i \"\" -E \"s/$mvn_version_to_replace/$next_dev_version/g\" {} \\;"
 echo "    git add \`find . ! \\( -type d -name \"target\" -prune \\) -name pom.xml\`"
 echo "    git commit -m \"Start next development version\""
 echo "    git push"