Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-10-21 08:59:32 +0000
committerUwe Stieber2012-10-21 08:59:32 +0000
commitc7e48070a9b79fa40de50ecd6f17f582d1b61a47 (patch)
tree90160dc6ee347af9f1caae7ebb16c6d51bb77dfd /admin
parentb299b1ce0500b26803431e4c4e4b87ef5a8cfd7b (diff)
downloadorg.eclipse.tcf-c7e48070a9b79fa40de50ecd6f17f582d1b61a47.tar.gz
org.eclipse.tcf-c7e48070a9b79fa40de50ecd6f17f582d1b61a47.tar.xz
org.eclipse.tcf-c7e48070a9b79fa40de50ecd6f17f582d1b61a47.zip
Releng: Switch to Tycho 0.16
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 69e941025..c6bc0fd2c 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -29,14 +29,14 @@
<properties>
<!-- Define version id's to be used in the plugins section -->
- <tycho-version>0.15.0</tycho-version>
- <maven-resources-version>2.5</maven-resources-version>
+ <tycho-version>0.16.0</tycho-version>
+ <maven-resources-version>2.6</maven-resources-version>
<maven-antrun-version>1.7</maven-antrun-version>
<gmaven-version>1.4</gmaven-version>
<exec-maven-version>1.2.1</exec-maven-version>
<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.5.9.201207300726</jacoco-version>
+ <jacoco-version>0.5.10.201208310627</jacoco-version>
<eclipse-jarsigner-version>1.0.2-SNAPSHOT</eclipse-jarsigner-version>
<!-- Common global properties -->

Back to the top