Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2015-04-16 07:34:40 +0000
committerUwe Stieber2015-04-16 07:35:05 +0000
commite947105edbd02ea5f463a3c3f465fa44cee789b3 (patch)
tree9da8b4697c2e6da8b7d74dda1cbaf4d369dc45eb /admin
parentd143be04b8bcb07897d6ba38858477217e96b193 (diff)
downloadorg.eclipse.tcf-e947105edbd02ea5f463a3c3f465fa44cee789b3.tar.gz
org.eclipse.tcf-e947105edbd02ea5f463a3c3f465fa44cee789b3.tar.xz
org.eclipse.tcf-e947105edbd02ea5f463a3c3f465fa44cee789b3.zip
Releng: Update versions of Maven plug-ins
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 6eacd5c67..786ee785f 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -31,13 +31,13 @@
<!-- Define version id's to be used in the plugins section -->
<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>
+ <maven-resources-version>2.7</maven-resources-version>
+ <maven-antrun-version>1.8</maven-antrun-version>
<gmaven-version>1.5</gmaven-version>
<!-- Stick to Findbugs 2.5.2 until newer versions are supported by hudson.eclipse.org -->
<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>
+ <jacoco-version>0.7.4.201502262128</jacoco-version>
<eclipse-jarsigner-version>1.1.1</eclipse-jarsigner-version>
<!-- Common global properties -->

Back to the top