From: James Moger Date: Tue, 10 Jan 2012 03:21:32 +0000 (-0500) Subject: Updated to Groovy 1.8.5 X-Git-Tag: v0.8.0~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7bcdce232aa701135c1b7272b132961b846c38c;p=gitblit.git Updated to Groovy 1.8.5 --- diff --git a/.classpath b/.classpath index d503ab26..fe0143bf 100644 --- a/.classpath +++ b/.classpath @@ -87,11 +87,6 @@ - - - - - @@ -102,5 +97,10 @@ + + + + + diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 89211cc7..da056620 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -52,7 +52,7 @@ This change helps adoption of GO in environments without an internet connection #### dependency changes - updated to JGit 1.2.0 -- added Groovy 1.8.4 +- added Groovy 1.8.5 - added Clippy (bundled) ### Older Releases diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java index 1f8554c0..682adcad 100644 --- a/src/com/gitblit/build/Build.java +++ b/src/com/gitblit/build/Build.java @@ -498,8 +498,8 @@ public class Build { "5875e2729de83a4e46391f8f979ec8bd03810c10", null); public static final MavenObject GROOVY = new MavenObject("groovy", "org/codehaus/groovy", "groovy-all", - "1.8.4", 6143000, 2290000, 4608000, "b5e7c2a5e6af43ccccf643ad656d6fe4b773be2b", - "a527e83e5c715540108d8f2b86ca19a3c9c78ac1", "8e5da5584fff57b14adbb4ee25cca09f5a00b013"); + "1.8.5", 6143000, 2290000, 4608000, "3be3914c49ca7d8e8afb29a7772a74c30a1f1b28", + "1435cc8c90e3a91e5fee7bb53e83aad96e93aeb7", "5a214b52286523f9e2a4b5fed526506c763fa6f1"); public final String name; public final String group;