From 1c6ba31f066835b0c4251acf12580c8b40c4c91a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 22 Jul 2013 07:53:58 -0400
Subject: [PATCH] Merge pull request #103 from ljader/fix-polish-locale-for-1.3.1

---
 build.moxie |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/build.moxie b/build.moxie
index 1663449..d15d916 100644
--- a/build.moxie
+++ b/build.moxie
@@ -10,12 +10,12 @@
 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'
@@ -158,4 +158,3 @@
 # Dependencies with the "build" scope are retrieved
 # and injected into the Ant runtime classpath
 - build 'jacoco'
-

--
Gitblit v1.9.1