From 50288b18f369f40f505f9fde3608ea74eac61a9b Mon Sep 17 00:00:00 2001
From: "Shawn O. Pearce" <spearce@spearce.org>
Date: Mon, 5 Oct 2009 11:45:56 -0700
Subject: [PATCH] Mark the next version as 0.6

Our project plan calls for us to build 0.6 as the next version.

Change-Id: I11dc620009d83e5715f7f2c17bbc658cc6e49f20
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
---
 jgit-maven/jgit/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml
index 26799778a..8d2589e71 100644
--- a/jgit-maven/jgit/pom.xml
+++ b/jgit-maven/jgit/pom.xml
@@ -49,7 +49,7 @@
     <groupId>org.eclipse</groupId>
     <artifactId>jgit</artifactId>
     <packaging>jar</packaging>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6-SNAPSHOT</version>
     <name>jgit</name>
     <url>http://repo.or.cz/w/jgit.git</url>
     <mailingLists>
-- 
GitLab