From f01bc58183dca2378ffe931315396583d053c6be Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 16 Jul 2013 09:35:31 -0400 Subject: [PATCH] Reset dashboard and activity commit cache on branch REWIND or DELETE --- build.moxie | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build.moxie b/build.moxie index 503ff5f..d15d916 100644 --- a/build.moxie +++ b/build.moxie @@ -3,19 +3,19 @@ # # Specify minimum Moxie version required to build -requires: 0.7.2 +requires: 0.7.4 # Project Metadata name: Gitblit 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' @@ -100,7 +100,7 @@ jetty.version : 7.6.8.v20121106 wicket.version : 1.4.21 lucene.version : 3.6.1 - jgit.version : 3.0.0-SNAPSHOT + jgit.version : 3.0.0.201306101825-r groovy.version : 1.8.8 bouncycastle.version : 1.47 selenium.version : 2.28.0 @@ -147,6 +147,9 @@ - compile 'org.apache.ivy:ivy:2.2.0' :war - compile 'com.toedter:jcalendar:1.3.2' :authority - compile 'org.apache.commons:commons-compress:1.4.1' :war +- compile 'com.force.api:force-partner-api:24.0.0' :war +- compile 'org.freemarker:freemarker:2.3.19' :war +- compile 'com.github.dblock.waffle:waffle-jna:1.5' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar @@ -155,4 +158,3 @@ # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath - build 'jacoco' - -- Gitblit v1.9.1