From 0574a3fa71b62eca54e6bf63c8d2cd19afb4c336 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 14 Mar 2012 09:03:38 -0400 Subject: Moved to Mirco's versioning idea. Conflicts: build.xml --- build.number | 2 ++ build.xml | 28 +++++++++++++++++----------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/build.number b/build.number index 4c8b62076d..e5a19b9b7e 100644 --- a/build.number +++ b/build.number @@ -2,6 +2,8 @@ version.major=2 version.minor=9 version.patch=2 +# This is the -N part of a version. if it's 0, it's dropped from maven versions. +version.bnum=0 # Note: To build a release run ant with -Dbuild.release=true # To build an RC, run ant with -Dmaven.version.suffix=-RCN diff --git a/build.xml b/build.xml index 20f953cd4f..3bc905887e 100644 --- a/build.xml +++ b/build.xml @@ -166,6 +166,8 @@ PROPERTIES + + @@ -237,16 +239,27 @@ INITIALISATION + + + + + - + - - + + + + + + + - + @@ -275,9 +288,6 @@ INITIALISATION - - - -<<<<<<< HEAD - -======= @@ -330,7 +337,6 @@ INITIALISATION ->>>>>>> 6ec24f1611... Fixes to build numbering system for 2.9.x release -- cgit v1.2.3