summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-10-16 08:42:12 -0400
committerJames Moger <james.moger@gitblit.com>2013-10-16 08:42:12 -0400
commitbd578c3df83e9e190f4e747dd63097defd4a7ba6 (patch)
tree4a5bccf1867c38502ad08df6d538a44452607c05 /build.moxie
parente1908933fa9968b11e9ea03d88730aee3140534b (diff)
downloadgitblit-bd578c3df83e9e190f4e747dd63097defd4a7ba6.tar.gz
gitblit-bd578c3df83e9e190f4e747dd63097defd4a7ba6.zip
Update to JGit 3.1.0
Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie10
1 files changed, 5 insertions, 5 deletions
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