diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 13:42:46 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 13:42:46 +0200 |
commit | 8f1693c2dc466bd284d5a8bf62aa75ef42833c01 (patch) | |
tree | c7f8f42d041d9cb4c6276e65589fc994f11b6e21 /org.eclipse.jgit.packaging | |
parent | 23a0e7e06cb3a1b8d6c702ba2259a6a394338081 (diff) | |
download | jgit-8f1693c2dc466bd284d5a8bf62aa75ef42833c01.tar.gz jgit-8f1693c2dc466bd284d5a8bf62aa75ef42833c01.zip |
Update eclipse-jarsigner-plugin to 1.4.2
Change-Id: I3f92a32ccf795ae8c6c4e1699d0040ac84d743c2
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 882dc2bb25..539c832b92 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -298,7 +298,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.3.5</version> + <version>1.4.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |