diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 22:48:01 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 22:48:01 +0200 |
commit | 91e44e08cf24e199f6575a937be8ca2536e54e19 (patch) | |
tree | 4232429a5e2165debe2e0870aff575c9809cea90 /pom.xml | |
parent | 60b81c5a9280e44fa48d533a61f915382b2b9ce2 (diff) | |
parent | 4060936bdd8375255c17ff1e377e49aab4896988 (diff) | |
download | jgit-91e44e08cf24e199f6575a937be8ca2536e54e19.tar.gz jgit-91e44e08cf24e199f6575a937be8ca2536e54e19.zip |
Merge branch 'stable-5.11' into stable-5.12
* stable-5.11:
Fix missing peel-part in lsRefsV2 for loose annotated tags
reftable: drop code for truncated reads
reftable: pass on invalid object ID in conversion
Update eclipse-jarsigner-plugin to 1.3.2
Fix running benchmarks from bazel
Update eclipse-jarsigner-plugin to 1.3.2
Change-Id: I2122b3966bddb10d43d439eb8c5d6cc4583c6ba6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -330,7 +330,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </plugin> <plugin> <groupId>org.eclipse.tycho.extras</groupId> |