diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 22:45:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 22:45:18 +0200 |
commit | 4060936bdd8375255c17ff1e377e49aab4896988 (patch) | |
tree | ecc3bc97f59a08df1abd14b192ff61f2331b79ca /org.eclipse.jgit.packaging | |
parent | 5a3569f04b4c83d4c5aabe8223fc021d38970b41 (diff) | |
parent | 50411fa147003dc67a3045ef2c5c0969372c8be8 (diff) | |
download | jgit-4060936bdd8375255c17ff1e377e49aab4896988.tar.gz jgit-4060936bdd8375255c17ff1e377e49aab4896988.zip |
Merge branch 'stable-5.10' into stable-5.11
* stable-5.10:
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: I23ccb89306263ce042ce782d881812d4b5187672
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 6ab325470c..f51a64231b 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -294,7 +294,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.1.7</version> + <version>1.3.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |