Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-04-20 21:23:54 +0000
committerMatthias Sohn2017-04-20 21:23:54 +0000
commitaaf575a899df8aac9f3a74fab77a6b10007b6b39 (patch)
treef0ae43fc255d9f5c5c35d06c68060dadcdbef6dc
parent69df0b0882456bf7c0fa50632d58befe6a00c6ab (diff)
downloadegit-github-aaf575a899df8aac9f3a74fab77a6b10007b6b39.tar.gz
egit-github-aaf575a899df8aac9f3a74fab77a6b10007b6b39.tar.xz
egit-github-aaf575a899df8aac9f3a74fab77a6b10007b6b39.zip
Update eclipse-jarsigner-plugin to 1.1.4
Change-Id: Id1944de6c8de0d04275ae3c85eafd6bdd062aaeb Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4c658cae..18b521e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.4</version>
+ <version>1.1.4</version>
</plugin>
</plugins>
</pluginManagement>

Back to the top