James Moger
2013-10-16 c95e30cd57ab33c1ffe1d6cd00259a638c6fed38
build.moxie
@@ -3,14 +3,14 @@
#
# Specify minimum Moxie version required to build
requires: 0.7.4
requires: 0.8.3
# Project Metadata
name: Gitblit
description: pure Java Git solution
groupId: com.gitblit
artifactId: gitblit
version: 1.3.2
version: 1.4.0-SNAPSHOT
inceptionYear: 2011
# Current stable release
@@ -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.8.v20121106
  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