From 413c75574773df4208f94c53b3bd2ece97a8fadb Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 17 Jul 2013 08:20:29 -0400
Subject: [PATCH] Merge pull request #94 from yin8086/Chinese

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

diff --git a/build.moxie b/build.moxie
index 16e06b2..d15d916 100644
--- a/build.moxie
+++ b/build.moxie
@@ -10,12 +10,12 @@
 description: pure Java Git solution
 groupId: com.gitblit
 artifactId: gitblit
-version: 1.3.0-SNAPSHOT
+version: 1.3.1-SNAPSHOT
 inceptionYear: 2011
 
 # Current stable release
-releaseVersion: 1.2.1
-releaseDate: '2013-01-15'
+releaseVersion: 1.3.0
+releaseDate: 2013-07-14
 
 # Project urls
 url: 'http://gitblit.com'
@@ -100,7 +100,7 @@
   jetty.version  : 7.6.8.v20121106
   wicket.version : 1.4.21
   lucene.version : 3.6.1
-  jgit.version   : 3.0.0-SNAPSHOT
+  jgit.version   : 3.0.0.201306101825-r
   groovy.version : 1.8.8
   bouncycastle.version : 1.47
   selenium.version : 2.28.0
@@ -158,4 +158,3 @@
 # Dependencies with the "build" scope are retrieved
 # and injected into the Ant runtime classpath
 - build 'jacoco'
-

--
Gitblit v1.9.1