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 2016/05/05 10:12:06 UTC

[6/9] wicket git commit: Used correct arguments for build_versions.py

Used correct arguments for build_versions.py


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

Branch: refs/heads/wicket-7.x
Commit: c7efd93283f86fca175f2ab67e4f1f7473cca647
Parents: fadf279
Author: Martijn Dashorst <da...@apache.org>
Authored: Mon Apr 25 11:04:12 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Mon Apr 25 11:04:34 2016 +0200

----------------------------------------------------------------------
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c7efd932/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index bef9e8b..7c8e721 100755
--- a/release.sh
+++ b/release.sh
@@ -406,7 +406,7 @@ echo "# Release configuration for Wicket-$version
 scm.tag=${tag}
 " > release.properties
 
-./build-versions.py >> release.properties
+./build-versions.py $version $next_version >> release.properties
 
 echo "Contents of the release properties generated for Maven:
 -------------------------------------------------------------------------------