Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/pom-config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 9922ba349..0f943c607 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.20.0</tycho-version>
- <tycho-extras-version>0.20.0</tycho-extras-version>
+ <tycho-version>0.21.0</tycho-version>
+ <tycho-extras-version>0.21.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>

Back to the top