From 37dc9d13e73c4fca8d467b14d09483c7f8317469 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 14 Jul 2013 12:05:18 -0400 Subject: [PATCH] Prepare 1.3.0 release --- build.moxie | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.moxie b/build.moxie index 1663449..28c6cb7 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.0 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' @@ -158,4 +158,3 @@ # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath - build 'jacoco' - -- Gitblit v1.9.1