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 | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.moxie b/build.moxie index 9862f95..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' @@ -152,6 +152,7 @@ - compile 'org.freemarker:freemarker:2.3.19' :war - compile 'com.github.dblock.waffle:waffle-jna:1.5' :war - compile 'org.kohsuke:libpam4j:1.7' :war +- compile 'commons-codec:commons-codec:1.7' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1