diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-21 00:18:03 +0200 |
---|---|---|
committer | Han-Wen NIenhuys <hanwen@google.com> | 2021-09-27 11:28:33 -0400 |
commit | 9c3190ce7a8ee036497b93cbb385e828bbc3d701 (patch) | |
tree | ddf376d86df2c767dbfc8c3a6916d2202f7668bd | |
parent | 5bf6cfe32b327ab4d47eb7d823695a31b6ca5c47 (diff) | |
download | jgit-9c3190ce7a8ee036497b93cbb385e828bbc3d701.tar.gz jgit-9c3190ce7a8ee036497b93cbb385e828bbc3d701.zip |
Update eclipse-jarsigner-plugin to 1.3.2
Change-Id: Id5d05d96c392913de7b4451421c2ffb7b63ab83f
(cherry picked from commit c70c0acb4752f00672e3b856539587e4977bfaea)
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index f36d41c9c3..03f48d99ca 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -313,7 +313,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.1.5</version> + <version>1.3.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -354,7 +354,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.eclipse.tycho.extras</groupId> |