Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2016-05-24 18:06:46 +0000
committerFred Bricon2016-05-24 18:06:46 +0000
commit159907dd05a50ea8cdfba8b57939f8ac3b79fa51 (patch)
tree15af673bb40eced254e24cbcdbff8b20f7fbb28b
parent96a66b7e427e4926cfc747c7c98da92497186871 (diff)
downloadm2e-core-159907dd05a50ea8cdfba8b57939f8ac3b79fa51.tar.gz
m2e-core-159907dd05a50ea8cdfba8b57939f8ac3b79fa51.tar.xz
m2e-core-159907dd05a50ea8cdfba8b57939f8ac3b79fa51.zip
Bump eclipse-jarsigner-plugin version to 1.1.3
Change-Id: I952e56d9e1880f4262a2b8ea0021ba1221563af8 Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0e36a67f..28fff230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.1</version>
+ <version>1.1.3</version>
<executions>
<execution>
<id>sign</id>

Back to the top