diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-14 00:11:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-14 00:59:25 +0100 |
commit | ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40 (patch) | |
tree | 938aa0d94b4ddea6642617bb8abd04e3b7cff8d5 /pom.xml | |
parent | da59df358bfba718a0bf1769296b66ec4f6f4dc4 (diff) | |
download | jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.tar.gz jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.zip |
Prepare 2.4.0-SNAPSHOT builds
Change-Id: I4ab2baeb5d598d40d5dadfccdfe75152a1b9b7bf
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
@@ -51,7 +51,7 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> <packaging>pom</packaging> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <name>JGit - Parent</name> <url>${jgit-url}</url> @@ -175,7 +175,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>2.2.0.201212191850-r</jgit-last-release-version> + <jgit-last-release-version>2.3.0.201302130906</jgit-last-release-version> <jsch-version>0.1.46</jsch-version> <junit-version>4.5</junit-version> <!-- TODO: update Maven dependency for args4j to 2.0.21 as soon as available on Maven Central --> |