Browse Source

Update build to use eclipse-jarsigner-plugin 1.1.2

Change-Id: Ic2fb30cf851542e12508e4cf638b52b65519f41d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.1
Matthias Sohn 10 years ago
parent
commit
9ae83b83fc
  1. 2
      org.eclipse.jgit.packaging/pom.xml
  2. 2
      pom.xml

2
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>

2
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>

Loading…
Cancel
Save