From bd578c3df83e9e190f4e747dd63097defd4a7ba6 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 16 Oct 2013 08:42:12 -0400 Subject: Update to JGit 3.1.0 Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5 --- .classpath | 4 ++-- build.moxie | 10 +++++----- build.xml | 2 +- gitblit.iml | 12 ++++++------ releases.moxie | 1 + 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.classpath b/.classpath index c95f3699..ba81e42f 100644 --- a/.classpath +++ b/.classpath @@ -21,10 +21,10 @@ - + - + diff --git a/build.moxie b/build.moxie index bbcd0e75..df0a36d1 100644 --- a/build.moxie +++ b/build.moxie @@ -3,7 +3,7 @@ # # Specify minimum Moxie version required to build -requires: 0.7.4 +requires: 0.8.3 # Project Metadata name: Gitblit @@ -90,18 +90,18 @@ dependencyDirectory: ext # Register the Eclipse JGit Maven repositories registeredRepositories: -- { id: jgit, url: 'http://download.eclipse.org/jgit/maven' } -- { id: jgit-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' } +- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' } +- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' } # Source all dependencies from the following repositories in the specified order -repositories: central, jgit-snapshots, jgit +repositories: central, eclipse-snapshots, eclipse # Convenience properties for dependencies properties: { jetty.version : 7.6.13.v20130916 wicket.version : 1.4.21 lucene.version : 3.6.1 - jgit.version : 3.0.0.201306101825-r + jgit.version : 3.1.0.201310021548-r groovy.version : 1.8.8 bouncycastle.version : 1.47 selenium.version : 2.28.0 diff --git a/build.xml b/build.xml index 077f7ad0..57b7ca24 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ documentation @ http://gitblit.github.io/moxie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> - + diff --git a/gitblit.iml b/gitblit.iml index 3c04319a..736376b3 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -207,13 +207,13 @@ - + - + - + @@ -240,13 +240,13 @@ - + - + - + diff --git a/releases.moxie b/releases.moxie index 78825fd1..48db5e46 100644 --- a/releases.moxie +++ b/releases.moxie @@ -29,6 +29,7 @@ r20: { - Added a normalized diffstat display to the commit, commitdiff, and compare pages dependencyChanges: - updated to Jetty 7.6.13 + - updated to JGit 3.1.0 settings: - { name: 'git.createRepositoriesShared', defaultValue: 'false' } - { name: 'git.allowAnonymousPushes', defaultValue: 'false' } -- cgit v1.2.3