From 67278f5d0cd5ffec4d0a1517f2b2077ab2cbf7d4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 23 Apr 2014 10:34:17 -0400 Subject: [PATCH] Simplify current plugin release detection, ignore currentRelease registry field --- build.moxie | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.moxie b/build.moxie index 82713df..6d80c50 100644 --- a/build.moxie +++ b/build.moxie @@ -10,7 +10,7 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.5.1-SNAPSHOT +version: 1.6.0-SNAPSHOT inceptionYear: 2011 # Current stable release @@ -109,7 +109,7 @@ bouncycastle.version : 1.49 selenium.version : 2.28.0 wikitext.version : 1.4 - sshd.version: 0.10.1 + sshd.version: 0.11.0 mina.version: 2.0.7 } -- Gitblit v1.9.1