Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index e0814d4f7..c76a457ca 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -29,8 +29,8 @@
<properties>
<!-- Define version id's to be used in the plugins section -->
- <tycho-version>0.21.0</tycho-version>
- <tycho-extras-version>0.21.0</tycho-extras-version>
+ <tycho-version>0.22.0</tycho-version>
+ <tycho-extras-version>0.22.0</tycho-extras-version>
<maven-resources-version>2.6</maven-resources-version>
<maven-antrun-version>1.7</maven-antrun-version>
<gmaven-version>1.5</gmaven-version>
@@ -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.2.201409121644</jacoco-version>
- <eclipse-jarsigner-version>1.0.5</eclipse-jarsigner-version>
+ <eclipse-jarsigner-version>1.1.1</eclipse-jarsigner-version>
<!-- Common global properties -->
<adminDir>${env.WORKSPACE}/admin</adminDir>

Back to the top