diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-02-23 22:17:07 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-02-23 18:12:18 -0500 |
commit | 9bfb0f3a4ec856dcbebb477a1ee8803a3c47c194 (patch) | |
tree | fde75209a5caff7cdd8f68d1982ba77495049e44 | |
parent | 29697d86c5f66983feda94623477688211d06bde (diff) | |
download | jgit-9bfb0f3a4ec856dcbebb477a1ee8803a3c47c194.tar.gz jgit-9bfb0f3a4ec856dcbebb477a1ee8803a3c47c194.zip |
[releng] japicmp: update last release version
The baseline for the 5.11 release is 5.10.0.202012080955-r.
Change-Id: Ied9b42dc58ba981e5586fa58d1b3e70a39c78a10
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.9.0.202009080501-r</jgit-last-release-version> + <jgit-last-release-version>5.10.0.202012080955-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> |