Skip to content

Commit cd4b2b8

Browse files
committed
Preparing 0.6.0 release.
1 parent ea936aa commit cd4b2b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
Publish binaries to Google Code
568568
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
569569
-->
570-
<target name="publishBinaries" depends="buildGO,buildWAR" description="Publish the Gitblit binaries to Google Code">
570+
<target name="publishBinaries" depends="buildGO,buildWAR,buildFederationClient" description="Publish the Gitblit binaries to Google Code">
571571

572572
<echo>Uploading Gitblit ${gb.version} binaries</echo>
573573

src/com/gitblit/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public class Constants {
2929

3030
// The build script extracts this exact line so be careful editing it
3131
// and only use A-Z a-z 0-9 .-_ in the string.
32-
public static final String VERSION = "0.6.0-SNAPSHOT";
32+
public static final String VERSION = "0.6.0";
3333

3434
// The build script extracts this exact line so be careful editing it
3535
// and only use A-Z a-z 0-9 .-_ in the string.
36-
public static final String VERSION_DATE = "PENDING";
36+
public static final String VERSION_DATE = "2011-09-27";
3737

3838
// The build script extracts this exact line so be careful editing it
3939
// and only use A-Z a-z 0-9 .-_ in the string.

0 commit comments

Comments
 (0)