Upgrade eclipse-jarsigner-plugin to 1.1.2-SNAPSHOT to fix build failures
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 30 Apr 2015 17:16:15 +0000 (13:16 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 1 May 2015 19:06:56 +0000 (15:06 -0400)
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=464947

Change-Id: I684d7bcc278a14ae5d1467c0574567804cd96ac1
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/46929
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c319d56d803a1a7d4f0a92b13b3c17104598176d..1471d29e7ae806b417d6325b20b2583ea1df118a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <id>repo.eclipse.org</id>
     <url>https://repo.eclipse.org/content/groups/releases/</url>
   </pluginRepository>
+  <pluginRepository>
+    <id>cbi-snapshots</id>
+    <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
+  </pluginRepository>
   <pluginRepository>
     <id>tycho-snapshots</id>
     <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
         <plugin>
           <groupId>org.eclipse.cbi.maven.plugins</groupId>
           <artifactId>eclipse-jarsigner-plugin</artifactId>
-          <version>1.1.1</version>
+          <version>1.1.2-SNAPSHOT</version>
           <executions>
             <execution>
               <id>sign</id>
This page took 0.026286 seconds and 5 git commands to generate.