diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2022-04-25 07:56:52 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2022-04-25 07:57:36 +0200 |
commit | 1a96d10489099f6661c000db04d806b476b1978d (patch) | |
tree | 77ce08e72e2a16c09fcbfd62df79a72ac01e3a23 | |
parent | 563a7b5828bd3e71740b12720fbfac5bdddfd7f1 (diff) | |
download | jgit-1a96d10489099f6661c000db04d806b476b1978d.tar.gz jgit-1a96d10489099f6661c000db04d806b476b1978d.zip |
[releng] bump japicmp base version
Bump the japicmp base version to 6.1.0.202203080745-r.
Change-Id: I54a9ae339fbe2a3a02f438f794caa22c8cbcd02c
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ <java.version>11</java.version> <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest> - <jgit-last-release-version>6.0.0.202111291000-r</jgit-last-release-version> + <jgit-last-release-version>6.1.0.202203080745-r</jgit-last-release-version> <ant-version>1.10.12</ant-version> <apache-sshd-version>2.8.0</apache-sshd-version> <jsch-version>0.1.55</jsch-version> |