From eec3ef21b9a4503c11f21c292b843adbdc3ee7fc Mon Sep 17 00:00:00 2001 From: James Moger Date: Tue, 15 Jan 2013 23:13:59 -0500 Subject: [PATCH] Prepare 1.2.1 release --- build.xml | 14 +++++++------- src/com/gitblit/Constants.java | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 5fe08df1..f60dcef4 100644 --- a/build.xml +++ b/build.xml @@ -1171,7 +1171,7 @@ - + @@ -1195,7 +1195,7 @@ username="${googlecode.user}" password="${googlecode.password}" projectname="gitblit" - filename="${distribution.zipfile}" + filename="${project.target.dir}/${distribution.zipfile}" targetfilename="gitblit-${gb.version}.zip" summary="Gitblit GO v${gb.version} (standalone, integrated Gitblit server)" labels="Featured, Type-Package, OpSys-All" /> @@ -1205,7 +1205,7 @@ username="${googlecode.user}" password="${googlecode.password}" projectname="gitblit" - filename="${distribution.warfile}" + filename="${project.target.dir}/${distribution.warfile}" targetfilename="gitblit-${gb.version}.war" summary="Gitblit WAR v${gb.version} (standard WAR webapp for servlet containers)" labels="Featured, Type-Package, OpSys-All" /> @@ -1215,7 +1215,7 @@ username="${googlecode.user}" password="${googlecode.password}" projectname="gitblit" - filename="${fedclient.zipfile}" + filename="${project.target.dir}/${fedclient.zipfile}" targetfilename="fedclient-${gb.version}.zip" summary="Gitblit Federation Client v${gb.version} (command-line tool to clone data from federated Gitblit instances)" labels="Featured, Type-Package, OpSys-All" /> @@ -1225,7 +1225,7 @@ username="${googlecode.user}" password="${googlecode.password}" projectname="gitblit" - filename="${manager.zipfile}" + filename="${project.target.dir}/${manager.zipfile}" targetfilename="manager-${gb.version}.zip" summary="Gitblit Manager v${gb.version} (Swing tool to remotely administer a Gitblit server)" labels="Featured, Type-Package, OpSys-All" /> @@ -1235,7 +1235,7 @@ username="${googlecode.user}" password="${googlecode.password}" projectname="gitblit" - filename="${gbapi.zipfile}" + filename="${project.target.dir}/${gbapi.zipfile}" targetfilename="gbapi-${gb.version}.zip" summary="Gitblit API Library v${gb.version} (JSON RPC library to integrate with your software)" labels="Featured, Type-Package, OpSys-All" /> @@ -1245,7 +1245,7 @@ username="${googlecode.user}" password="${googlecode.password}" projectname="gitblit" - filename="${express.zipfile}" + filename="${project.target.dir}/${express.zipfile}" targetfilename="express-${gb.version}.zip" summary="Gitblit Express v${gb.version} (run Gitblit on RedHat's OpenShift cloud)" labels="Featured, Type-Package, OpSys-All" /> diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index ca551184..9063aabd 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -34,11 +34,11 @@ public class Constants { // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string. - public static final String VERSION = "1.2.1-SNAPSHOT"; + public static final String VERSION = "1.2.1"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string. - public static final String VERSION_DATE = "PENDING"; + public static final String VERSION_DATE = "2012-01-15"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string. -- 2.39.5