From 90944d2db5e1d1bd7b526db855daff20c2f8ab82 Mon Sep 17 00:00:00 2001 From: Scokart Gilles Date: Tue, 12 Jun 2007 09:25:50 +0000 Subject: [PATCH] fix version number on the trunk git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@546436 13f79535-47bb-0310-9956-ffa450edef68 --- doc/doc/dev.html | 3 ++- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/doc/dev.html b/doc/doc/dev.html index 59037e76..636045ee 100644 --- a/doc/doc/dev.html +++ b/doc/doc/dev.html @@ -169,7 +169,8 @@ You can also announce the release on popular web sites, like freshmeat.net (xavi If you feel like anything is missing or misleading in this release doc, update it as soon as you encounter the problem.

15. Merge your modifications back to the trunk if necessary.

Modifications on the template files do not need to be merged, but if you had troubles during your release you may want to merge your fixes back to the trunk. - +

16. Prepare next release

+Update the file version.properties with the version of the next release so that anyone building from the trunk will obtain jar with the correct version number. diff --git a/version.properties b/version.properties index b83e5f56..b91f9933 100644 --- a/version.properties +++ b/version.properties @@ -16,5 +16,5 @@ # * specific language governing permissions and limitations # * under the License. # *************************************************************** -target.ivy.version=2.0.0-alpha-1-incubating -target.ivy.bundle.version=2.0.0.alpha1 +target.ivy.version=2.0.0-alpha-2-incubating +target.ivy.bundle.version=2.0.0.alpha2