diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-02-16 00:49:49 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-02-16 00:49:49 +0100 |
commit | 755dfdb40948f5c1ec79e06bde3b0a78c352f27f (patch) | |
tree | 75a5dae27186017ac3f9f67c4efb287c26aeabac /pom.xml | |
parent | 42b0fb467916f17ea62c147e2a7387b193d765fd (diff) | |
download | jgit-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |