diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-06 13:15:01 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-06 14:12:51 +0100 |
commit | ea060dd8e74ab588ca55a4fb3ff15dd17343aa88 (patch) | |
tree | 911377bddb537d8f2b1b7df8d63111d2be15e333 /pom.xml | |
parent | 60d538fe5142dc1ce547a77391e4142c4fb8a251 (diff) | |
download | jgit-ea060dd8e74ab588ca55a4fb3ff15dd17343aa88.tar.gz jgit-ea060dd8e74ab588ca55a4fb3ff15dd17343aa88.zip |
JGit v2.3.0.201302060400-rc1v2.3.0.201302060400-rc1
Change-Id: Id1f1d174375f7399cee4c2eb23368d4dbb4c384a
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.3.0.201302060400-rc1</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.1.0.201209190230-r</jgit-last-release-version> + <jgit-last-release-version>2.2.0.201212191850-r</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 --> |