From 02ede7f11c6fb28ca53fc240905cd1b140236f08 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg <robin.rosenberg@dewire.com> Date: Sun, 01 Sep 2013 13:58:00 -0400 Subject: [PATCH] Avoid NPE when the default branch cannot be identified --- build.moxie | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.moxie b/build.moxie index 79a9030..424a7d7 100644 --- a/build.moxie +++ b/build.moxie @@ -10,12 +10,12 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.2-SNAPSHOT +version: 1.3.3-SNAPSHOT inceptionYear: 2011 # Current stable release -releaseVersion: 1.3.1 -releaseDate: 2013-07-24 +releaseVersion: 1.3.2 +releaseDate: 2013-08-22 # Project urls url: 'http://gitblit.com' -- Gitblit v1.9.1