From 8f6e672ffe19c439aadc07b64e36ae4b83e78f1e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 15 Jul 2013 08:09:20 -0400 Subject: [PATCH] Fixed url panel failure when there are no repository urls (issue 269) --- build.moxie | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.moxie b/build.moxie index 1663449..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' @@ -158,4 +158,3 @@ # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath - build 'jacoco' - -- Gitblit v1.9.1