From: James Moger Date: Wed, 5 Mar 2014 22:48:21 +0000 (-0500) Subject: Update to JGit 3.3.0 X-Git-Tag: v1.4.0~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0950d6f8d663612574a436c99cf098322e825f0;p=gitblit.git Update to JGit 3.3.0 --- diff --git a/.classpath b/.classpath index 462ac8c3..f0ff08e6 100644 --- a/.classpath +++ b/.classpath @@ -43,10 +43,14 @@ - + - - + + + + + + @@ -69,7 +73,6 @@ - @@ -81,9 +84,6 @@ - - - diff --git a/build.moxie b/build.moxie index 02066b4c..b8d368b8 100644 --- a/build.moxie +++ b/build.moxie @@ -104,7 +104,7 @@ properties: { jetty.version : 8.1.13.v20130916 wicket.version : 1.4.21 lucene.version : 4.6.0 - jgit.version : 3.2.0.201312181205-r + jgit.version : 3.3.0.201403021825-r groovy.version : 1.8.8 bouncycastle.version : 1.49 selenium.version : 2.28.0 @@ -152,8 +152,8 @@ dependencies: - compile 'org.fusesource.wikitext:tracwiki-core:${wikitext.version}' :war - compile 'org.fusesource.wikitext:mediawiki-core:${wikitext.version}' :war - compile 'org.fusesource.wikitext:confluence-core:${wikitext.version}' :war -- compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority -- compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :manager :authority +- compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority !junit +- compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :manager :authority !junit - compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war :authority - compile 'org.bouncycastle:bcmail-jdk15on:${bouncycastle.version}' :war :authority - compile 'org.bouncycastle:bcpkix-jdk15on:${bouncycastle.version}' :war :authority diff --git a/gitblit.iml b/gitblit.iml index 7ebe2e89..fc9656fc 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -430,13 +430,13 @@ - + - + - + @@ -452,24 +452,68 @@ - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -713,17 +757,6 @@ - - - - - - - - - - - @@ -845,39 +878,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releases.moxie b/releases.moxie index ecee9bae..e82a0e2c 100644 --- a/releases.moxie +++ b/releases.moxie @@ -82,7 +82,7 @@ r20: { - Added setting to hide the top-level navigation header to facilitate embedding Gitblit in something else. dependencyChanges: - updated to Jetty 8.1.13 - - updated to JGit 3.2.0 + - updated to JGit 3.3.0 - updated to Lucene 4.6.0 - updated to BouncyCastle 1.49 - replaced MarkdownPapers with pegdown 1.4.2