From 0c40c3ac16f041e7b6f7bce6e9066aa8bb1e2c4a Mon Sep 17 00:00:00 2001 From: Stardrad Yin <yin8086@gmail.com> Date: Wed, 17 Jul 2013 08:07:32 -0400 Subject: [PATCH] Update Chinese translate @ version 1.30 --- 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