From bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 25 Jun 2011 16:57:03 -0400
Subject: [PATCH] Updated to JGit 1.0.0.

---
 src/com/gitblit/Constants.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index d410d35..4375e42 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -27,7 +27,7 @@
 
 	// The build script extracts this exact line so be careful editing it
 	// and only use A-Z a-z 0-9 .-_ in the string.
-	public static final String JGIT_VERSION = "JGit 0.12.1";
+	public static final String JGIT_VERSION = "JGit 1.0.0";
 
 	public static final String ADMIN_ROLE = "#admin";
 

--
Gitblit v1.9.1