diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 00:49:39 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 01:03:33 +0100 |
commit | c1f352c100278551a7a144b756983ed8a5990c41 (patch) | |
tree | 92d2dba5d89e9034aaa61791a79af28d2ae427b7 /tools | |
parent | 26b573862912b2faf3824bb18dfeb44a3b700014 (diff) | |
download | jgit-c1f352c100278551a7a144b756983ed8a5990c41.tar.gz jgit-c1f352c100278551a7a144b756983ed8a5990c41.zip |
Fix version.sh
Change-Id: Icdf5d9ea3ca62839cbf7de13dfee9682056b7cef
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/version.sh b/tools/version.sh index 2fae5e1427..eaff9a61d8 100755 --- a/tools/version.sh +++ b/tools/version.sh @@ -141,7 +141,7 @@ perl -pi~ -e ' $seen_version = 0; $old_argv = $ARGV; } - if ($seen_version < 6) { + if ($seen_version < 5) { $seen_version++ if s{<(version)>.*</\1>}{<${1}>'"$POM_V"'</${1}>}; } |