From e1908933fa9968b11e9ea03d88730aee3140534b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 15 Oct 2013 09:43:09 -0400 Subject: [PATCH] Fix error on generating activity page when there is no activity --- build.moxie | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.moxie b/build.moxie index 2c6163d..bbcd0e7 100644 --- a/build.moxie +++ b/build.moxie @@ -10,7 +10,7 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.2 +version: 1.4.0-SNAPSHOT inceptionYear: 2011 # Current stable release @@ -98,7 +98,7 @@ # Convenience properties for dependencies properties: { - jetty.version : 7.6.8.v20121106 + jetty.version : 7.6.13.v20130916 wicket.version : 1.4.21 lucene.version : 3.6.1 jgit.version : 3.0.0.201306101825-r -- Gitblit v1.9.1