You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2015/05/27 20:54:06 UTC

ant git commit: change version number for consistency

Repository: ant
Updated Branches:
  refs/heads/master a6802baa3 -> da5a1fc05


change version number for consistency


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

Branch: refs/heads/master
Commit: da5a1fc059b8f16f0bc96ab0f560198aaa951074
Parents: a6802ba
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed May 27 20:53:33 2015 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed May 27 20:53:33 2015 +0200

----------------------------------------------------------------------
 ReleaseInstructions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/da5a1fc0/ReleaseInstructions
----------------------------------------------------------------------
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 636f715..fd3dacc 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