Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-04-30 05:47:59 +0000
committerUwe Stieber2015-04-30 05:48:18 +0000
commit2bada37f61ab32bff200614f1d2ff199e173b4e1 (patch)
tree4749f1a9190e6876098191cd00c3772b0f793713
parent37a044c9d72df50775bcb186e00cf3c2bb5c384c (diff)
downloadorg.eclipse.tcf-2bada37f61ab32bff200614f1d2ff199e173b4e1.tar.gz
org.eclipse.tcf-2bada37f61ab32bff200614f1d2ff199e173b4e1.tar.xz
org.eclipse.tcf-2bada37f61ab32bff200614f1d2ff199e173b4e1.zip
Releng: Attempt to get rid of the pack200 crashes - see bug #464947
-rw-r--r--admin/pom-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 68e6ab8c3..2c405c97d 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -38,7 +38,7 @@
<findbugs-version>2.5.2</findbugs-version>
<!-- Check available versions at https://repository.sonatype.org/content/repositories/public/org/jacoco/jacoco-maven-plugin -->
<jacoco-version>0.7.4.201502262128</jacoco-version>
- <eclipse-jarsigner-version>1.1.1</eclipse-jarsigner-version>
+ <eclipse-jarsigner-version>1.1.2-SNAPSHOT</eclipse-jarsigner-version>
<!-- Common global properties -->
<adminDir>${env.WORKSPACE}/admin</adminDir>

Back to the top