Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-04 06:56:28 +0000
committerMatthias Sohn2015-05-04 07:02:36 +0000
commit4f9bdc8b8478480ffceb652aab331a3a4fa99c71 (patch)
treee320bc5e0e8cd9ef64b8aa7b1e5c45b3a46319a1 /pom.xml
parent4a984e20332a765a81cadeaa4875b228ebf290fb (diff)
downloadjgit-4f9bdc8b8478480ffceb652aab331a3a4fa99c71.tar.gz
jgit-4f9bdc8b8478480ffceb652aab331a3a4fa99c71.tar.xz
jgit-4f9bdc8b8478480ffceb652aab331a3a4fa99c71.zip
Use CBI eclipse-jarsigner-plugin 1.1.2-SNAPSHOT
CBI recently fixed a couple of resource leaks which probably caused jar signing failures on Hudson (bug 464947). JGit builds were also affected. Hence use version 1.1.2-SNAPSHOT until a new release is available. Bug:464947 Change-Id: I7fb4a65f888194f7209c866cd58551891c89fb7a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4b8ac43eb0..1e00f24577 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,10 @@
<id>repo.eclipse.org.cbi-releases</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
+ <pluginRepository>
+ <id>repo.eclipse.org.cbi-snapshots</id>
+ <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
+ </pluginRepository>
</pluginRepositories>
<build>
@@ -346,7 +350,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>

Back to the top