summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-02-16 00:49:49 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2012-02-16 00:49:49 +0100
commit755dfdb40948f5c1ec79e06bde3b0a78c352f27f (patch)
tree75a5dae27186017ac3f9f67c4efb287c26aeabac /pom.xml
parent42b0fb467916f17ea62c147e2a7387b193d765fd (diff)
downloadjgit-755dfdb40948f5c1ec79e06bde3b0a78c352f27f.tar.gz
jgit-755dfdb40948f5c1ec79e06bde3b0a78c352f27f.zip
Prepare 2.0.0-SNAPSHOT builds
Change-Id: I946e315af04227727ac937ebe9d70ae1ea4e8936 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5b5802a3a5..a0302018de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<name>JGit - Parent</name>
<url>${jgit-url}</url>
@@ -168,7 +168,7 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
- <jgit-last-release-version>1.2.0.201112221803-r</jgit-last-release-version>
+ <jgit-last-release-version>1.3.0.201202151440-r</jgit-last-release-version>
<jsch-version>0.1.44-1</jsch-version>
<junit-version>4.5</junit-version>
<args4j-version>2.0.12</args4j-version>