diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-21 00:18:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-24 00:19:00 +0200 |
commit | c70c0acb4752f00672e3b856539587e4977bfaea (patch) | |
tree | 96519b165a54ead55cc83983cc5b148a0ba7005a /org.eclipse.jgit.packaging | |
parent | 84707715108a65a366ef35f2ae04aabecd0b35f6 (diff) | |
download | jgit-c70c0acb4752f00672e3b856539587e4977bfaea.tar.gz jgit-c70c0acb4752f00672e3b856539587e4977bfaea.zip |
Update eclipse-jarsigner-plugin to 1.3.2
Change-Id: Id5d05d96c392913de7b4451421c2ffb7b63ab83f
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 935d9c5786..d3d4bcd5ef 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.5</version> + <version>1.3.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |