]> source.dussan.org Git - gitblit.git/commitdiff
Preparing 0.6.0 release. v0.6.0
authorJames Moger <james.moger@gitblit.com>
Wed, 28 Sep 2011 01:58:35 +0000 (21:58 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 28 Sep 2011 01:58:35 +0000 (21:58 -0400)
build.xml
src/com/gitblit/Constants.java

index da0dee09ff8a6d3fd5e44df95628fdcf8ce559b1..e803d11791c7d97fc1f4873c81483483f1cc30a4 100644 (file)
--- a/build.xml
+++ b/build.xml
                Publish binaries to Google Code\r
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
        -->\r
-       <target name="publishBinaries" depends="buildGO,buildWAR" description="Publish the Gitblit binaries to Google Code">\r
+       <target name="publishBinaries" depends="buildGO,buildWAR,buildFederationClient" description="Publish the Gitblit binaries to Google Code">\r
                \r
                <echo>Uploading Gitblit ${gb.version} binaries</echo>\r
                \r
index befa5fe1ff911d801cb87b7e5e6bd151963e3eb9..943e58c06aa15d126b9cf8a3d4a2f05aa5d67f7b 100644 (file)
@@ -29,11 +29,11 @@ public class Constants {
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION = "0.6.0-SNAPSHOT";\r
+       public static final String VERSION = "0.6.0";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION_DATE = "PENDING";\r
+       public static final String VERSION_DATE = "2011-09-27";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r