Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-25 21:13:50 +0000
committerMatthias Sohn2015-05-25 21:13:50 +0000
commit9ae83b83fc43f9eb4936f88753e84d27cd7bbbb7 (patch)
treebcb6a4008efdd76814b996bed838a1c223b652b7
parent4d565f0b5fcb85450bad603950dd17ca29847783 (diff)
downloadjgit-9ae83b83fc43f9eb4936f88753e84d27cd7bbbb7.tar.gz
jgit-9ae83b83fc43f9eb4936f88753e84d27cd7bbbb7.tar.xz
jgit-9ae83b83fc43f9eb4936f88753e84d27cd7bbbb7.zip
Update build to use eclipse-jarsigner-plugin 1.1.2
Change-Id: Ic2fb30cf851542e12508e4cf638b52b65519f41d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.packaging/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 5c6d51a4dc..021032cb19 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -214,7 +214,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
diff --git a/pom.xml b/pom.xml
index f02fa296ad..ce4cc67a57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,7 +350,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>

Back to the top