diff options
author | James Moger <james.moger@gitblit.com> | 2014-07-03 14:01:39 -0600 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-07-03 14:01:39 -0600 |
commit | 4ed96d6b2e42f07177ee6d50a00d118afafe35c0 (patch) | |
tree | 1f94ffc863a92f5ce700fe2fbeba70a6dc24fd29 | |
parent | 3238626b9280b261ceb8faf6d95f656036429e5f (diff) | |
parent | 096172e538e5d5e33030ad2a7a7e63e13e7ec831 (diff) | |
download | gitblit-4ed96d6b2e42f07177ee6d50a00d118afafe35c0.tar.gz gitblit-4ed96d6b2e42f07177ee6d50a00d118afafe35c0.zip |
Merged #125 "Update to Groovy 2.3.3"
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | build.moxie | 2 | ||||
-rw-r--r-- | gitblit.iml | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -56,7 +56,7 @@ <classpathentry kind="lib" path="ext/rome-0.9.jar" sourcepath="ext/src/rome-0.9.jar" /> <classpathentry kind="lib" path="ext/jdom-1.0.jar" sourcepath="ext/src/jdom-1.0.jar" /> <classpathentry kind="lib" path="ext/gson-2.2.2.jar" sourcepath="ext/src/gson-2.2.2.jar" /> - <classpathentry kind="lib" path="ext/groovy-all-1.8.8.jar" sourcepath="ext/src/groovy-all-1.8.8.jar" /> + <classpathentry kind="lib" path="ext/groovy-all-2.3.3.jar" sourcepath="ext/src/groovy-all-2.3.3.jar" /> <classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.0.jar" /> <classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0.jar" /> <classpathentry kind="lib" path="ext/jcalendar-1.3.2.jar" /> diff --git a/build.moxie b/build.moxie index 1a77d090..241df7e1 100644 --- a/build.moxie +++ b/build.moxie @@ -105,7 +105,7 @@ properties: { wicket.version : 1.4.21 lucene.version : 4.8.1 jgit.version : 3.4.0.201406110918-r - groovy.version : 1.8.8 + groovy.version : 2.3.3 bouncycastle.version : 1.49 selenium.version : 2.28.0 wikitext.version : 1.4 diff --git a/gitblit.iml b/gitblit.iml index e4775c78..b58676f0 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -573,13 +573,13 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="groovy-all-1.8.8.jar"> + <library name="groovy-all-2.3.3.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/groovy-all-1.8.8.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/groovy-all-2.3.3.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/groovy-all-1.8.8.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/groovy-all-2.3.3.jar!/" /> </SOURCES> </library> </orderEntry> |