From e523d77e5f9d61a7cbf0b2242c8795a22fdf7b45 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 31 Jul 2013 15:56:10 -0400
Subject: [PATCH] Manually redirect after branch deletion (issue 282)

---
 build.moxie |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/build.moxie b/build.moxie
index 1663449..9862f95 100644
--- a/build.moxie
+++ b/build.moxie
@@ -10,18 +10,19 @@
 description: pure Java Git solution
 groupId: com.gitblit
 artifactId: gitblit
-version: 1.3.0-SNAPSHOT
+version: 1.3.2-SNAPSHOT
 inceptionYear: 2011
 
 # Current stable release
-releaseVersion: 1.2.1
-releaseDate: '2013-01-15'
+releaseVersion: 1.3.1
+releaseDate: 2013-07-24
 
 # Project urls
 url: 'http://gitblit.com'
 issuesUrl: 'http://code.google.com/p/gitblit/issues/list'
 socialNetworkUrl: 'https://plus.google.com/114464678392593421684'
 forumUrl: 'http://groups.google.com/group/gitblit'
+mavenUrl: 'http://gitblit.github.io/gitblit-maven'
 
 # Licenses section included for POM generation
 licenses:
@@ -150,6 +151,7 @@
 - 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
+- compile 'org.kohsuke:libpam4j:1.7' :war
 - test 'junit'
 # Dependencies for Selenium web page testing
 - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
@@ -158,4 +160,3 @@
 # Dependencies with the "build" scope are retrieved
 # and injected into the Ant runtime classpath
 - build 'jacoco'
-

--
Gitblit v1.9.1