diff options
author | Stefan Bodewig <bodewig@apache.org> | 2015-05-27 20:53:33 +0200 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2015-05-27 20:53:33 +0200 |
commit | da5a1fc059b8f16f0bc96ab0f560198aaa951074 (patch) | |
tree | 2e48ad80c009b53e13ef2d85525bdae4309cf733 | |
parent | a6802baa353f7fe3c8e6dfb2ce3370136bd2ad5f (diff) | |
download | ant-da5a1fc059b8f16f0bc96ab0f560198aaa951074.tar.gz |
change version number for consistency
-rw-r--r-- | ReleaseInstructions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ReleaseInstructions b/ReleaseInstructions index 636f71516..fd3dacc3d 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -298,15 +298,15 @@ build.xml right before a release : the project.version gets bumped to the exact release - number, for instance 1.9.2 + number, for instance 1.9.5 right after a release : project.version property in build.xml gets bumped to - [newversion]alpha, for example 1.9.2alpha + [newversion]alpha, for example 1.9.5alpha manifest-version gets bumped to the exact next release number - for example 1.9.2 + for example 1.9.5 pom.version gets bumped to [newversion]-SNAPSHOT |