Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-23 08:18:18 +0000
committerMatthias Sohn2018-05-23 08:18:18 +0000
commit2f1b4ffcd297d9dffd8f69ee4c7e2976a714224a (patch)
tree548a2c49b255d7fcb453bf5937b9c0003ae38430 /pom.xml
parent1f6d43a6528212f270f0f4542ee0cb54cd1a2435 (diff)
downloadjgit-2f1b4ffcd297d9dffd8f69ee4c7e2976a714224a.tar.gz
jgit-2f1b4ffcd297d9dffd8f69ee4c7e2976a714224a.tar.xz
jgit-2f1b4ffcd297d9dffd8f69ee4c7e2976a714224a.zip
Prepare 5.1.0-SNAPSHOT builds
Change-Id: I8523a993ae1f7b62573d7547273bc1356bf64fa7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index af26c741d2..a5221bf363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<packaging>pom</packaging>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.1.0-SNAPSHOT</version>
<name>JGit - Parent</name>
<url>${jgit-url}</url>

Back to the top