diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-10 16:06:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-10 16:34:28 +0100 |
commit | 232876421d067a1242e8afcaa33b9171342fee3e (patch) | |
tree | 404bc5ce8fd4160128a2fc92f77809a636213df6 /pom.xml | |
parent | 9cf3a3e9b5cb17944d8f95c0a418f266a4408a6b (diff) | |
download | jgit-232876421d067a1242e8afcaa33b9171342fee3e.tar.gz jgit-232876421d067a1242e8afcaa33b9171342fee3e.zip |
Prepare 5.12.0-SNAPSHOT builds
Change-Id: I736de7c3deb11da75777d459f47332df0b486443
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
@@ -18,7 +18,7 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> <packaging>pom</packaging> - <version>5.11.1-SNAPSHOT</version> + <version>5.12.0-SNAPSHOT</version> <name>JGit - Parent</name> <url>${jgit-url}</url> @@ -151,7 +151,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest> - <jgit-last-release-version>5.10.0.202012080955-r</jgit-last-release-version> + <jgit-last-release-version>5.11.0.202103091610-r</jgit-last-release-version> <apache-sshd-version>2.6.0</apache-sshd-version> <jsch-version>0.1.55</jsch-version> <jzlib-version>1.1.1</jzlib-version> |