diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-04-14 12:36:44 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2013-04-14 12:36:44 +0200 |
commit | 2b7682680292bb2118790fa24aa597eb51c7f1a6 (patch) | |
tree | 2e2860d52a079f421ea65b3dfa932606fccc3dd1 /build.moxie | |
parent | 94793ed10acf996a4b3f9f1a8538a1b997436d9f (diff) | |
download | gitblit-2b7682680292bb2118790fa24aa597eb51c7f1a6.tar.gz gitblit-2b7682680292bb2118790fa24aa597eb51c7f1a6.zip |
Bump JGit version to 3.0.0-SNAPSHOT
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.moxie b/build.moxie index fe938a39..2c4c6c23 100644 --- a/build.moxie +++ b/build.moxie @@ -10,7 +10,7 @@ name: Gitblit description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.0-SNAPSHOT +version: 1.4.0-SNAPSHOT inceptionYear: 2011 # Current stable release @@ -100,7 +100,7 @@ properties: { jetty.version : 7.6.8.v20121106 wicket.version : 1.4.21 lucene.version : 3.6.1 - jgit.version : 2.3.1.201302201838-r + jgit.version : 3.0.0-SNAPSHOT groovy.version : 1.8.8 bouncycastle.version : 1.47 selenium.version : 2.28.0 |