File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 567
567
Publish binaries to Google Code
568
568
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
569
569
-->
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" >
571
571
572
572
<echo >Uploading Gitblit ${ gb.version } binaries</echo >
573
573
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ public class Constants {
29
29
30
30
// The build script extracts this exact line so be careful editing it
31
31
// 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" ;
33
33
34
34
// The build script extracts this exact line so be careful editing it
35
35
// 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 " ;
37
37
38
38
// The build script extracts this exact line so be careful editing it
39
39
// and only use A-Z a-z 0-9 .-_ in the string.
You can’t perform that action at this time.
0 commit comments