Browse Source

Updated to Groovy 1.8.8

tags/v1.2.0
James Moger 11 years ago
parent
commit
47019295d3
3 changed files with 4 additions and 3 deletions
  1. 1
    1
      .classpath
  2. 1
    0
      docs/04_releases.mkd
  3. 2
    2
      src/com/gitblit/build/Build.java

+ 1
- 1
.classpath View File

@@ -22,7 +22,7 @@
<classpathentry kind="lib" path="ext/wicket-1.4.20.jar" sourcepath="ext/src/wicket-1.4.20-sources.jar"/>
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.20.jar" sourcepath="ext/src/wicket-auth-roles-1.4.20-sources.jar"/>
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.20.jar" sourcepath="ext/src/wicket-extensions-1.4.20-sources.jar"/>
<classpathentry kind="lib" path="ext/groovy-all-1.8.6.jar" sourcepath="ext/src/groovy-all-1.8.6-sources.jar"/>
<classpathentry kind="lib" path="ext/groovy-all-1.8.8.jar" sourcepath="ext/src/groovy-all-1.8.8-sources.jar"/>
<classpathentry kind="lib" path="ext/jetty-ajp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-ajp-7.6.5.v20120716-sources.jar"/>
<classpathentry kind="lib" path="ext/lucene-core-3.6.0.jar" sourcepath="ext/src/lucene-core-3.6.0-sources.jar"/>
<classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/src/markdownpapers-core-1.2.7-sources.jar"/>

+ 1
- 0
docs/04_releases.mkd View File

@@ -35,6 +35,7 @@ If *realm.ldap.maintainTeams==true* **AND** *realm.ldap.admins* is not empty, th
- updated to Jetty 7.6.5
- updated to JGit 2.1.0.201209190230-r
- updated to Groovy 1.8.8
<hr/>

+ 2
- 2
src/com/gitblit/build/Build.java View File

@@ -598,8 +598,8 @@ public class Build {
"5875e2729de83a4e46391f8f979ec8bd03810c10", null);
public static final MavenObject GROOVY = new MavenObject("groovy", "org/codehaus/groovy", "groovy-all",
"1.8.6", 6143000, 2290000, 4608000, "96a26bfa6e5aea2e3c46df44a19de93a2acd2366",
"2ac423ad404db3e3d9053c626d4c15a84cd18b73", "3c55878578272093f6b545072d46e3e8ee9a6639");
"1.8.8", 6143000, 2290000, 4608000, "98a489343d3c30da817d36cbea5de11ed07bef31",
"5f847ed18009f8a034bad3906e39f771c01728c1", "");
public static final MavenObject LUCENE = new MavenObject("lucene", "org/apache/lucene", "lucene-core",
"3.6.0", 1470000, 1347000, 3608000, "8a0429de6b7c9918841fa2c441a6ef4cc07f2a18",

Loading…
Cancel
Save