Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Review2009-10-05 19:13:57 +0000
committerCode Review2009-10-05 19:13:57 +0000
commit3fc3be3c2afd4a45c3639ea87ab4a7fab646e8de (patch)
tree0cc5d430f57e42e5b2e47647cfefc55c6c261d16
parent720734983bae056955bec3b36cc7e3847a0bb46a (diff)
parent50288b18f369f40f505f9fde3608ea74eac61a9b (diff)
downloadjgit-3fc3be3c2afd4a45c3639ea87ab4a7fab646e8de.tar.gz
jgit-3fc3be3c2afd4a45c3639ea87ab4a7fab646e8de.tar.xz
jgit-3fc3be3c2afd4a45c3639ea87ab4a7fab646e8de.zip
Merge change I11dc6200
* changes: Mark the next version as 0.6
-rw-r--r--jgit-maven/jgit/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml
index 26799778a3..8d2589e711 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>

Back to the top