From bd578c3df83e9e190f4e747dd63097defd4a7ba6 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 16 Oct 2013 08:42:12 -0400
Subject: [PATCH] Update to JGit 3.1.0

---
 build.moxie |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.moxie b/build.moxie
index bbcd0e7..df0a36d 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 @@
 
 # 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

--
Gitblit v1.9.1