Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-05-09 11:44:28 +0000
committerGerrit Code Review @ Eclipse.org2016-05-09 11:48:58 +0000
commitb58ce201748ac5f4ae953069714bacdfea96ac83 (patch)
treecefc4581a928952eeb1db9ca159eb1e56bec3fdd
parent280b6ecfdd0e8437c8356de065448a9427b1dae7 (diff)
downloadorg.eclipse.papyrus-robotml-b58ce201748ac5f4ae953069714bacdfea96ac83.tar.gz
org.eclipse.papyrus-robotml-b58ce201748ac5f4ae953069714bacdfea96ac83.tar.xz
org.eclipse.papyrus-robotml-b58ce201748ac5f4ae953069714bacdfea96ac83.zip
Bug 493227 - [RobotML][releng] switch to the new release of tycho
-switching to 0.25.0 Change-Id: I09b711ad0affd819aa39f8180faae575f3e193ad Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6b20dc0..1a84113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
<properties>
<!-- plugins versions -->
<!-- use 'mvn versions:display-plugin-updates' to check for the latest -->
- <tycho-version>0.24.0</tycho-version>
- <tychoExtrasVersion>0.24.0</tychoExtrasVersion>
+ <tycho-version>0.25.0</tycho-version>
+ <tychoExtrasVersion>0.25.0</tychoExtrasVersion>
<maven-checkstyle-version>2.12.1</maven-checkstyle-version>
<maven-findbugs-version>3.0.0</maven-findbugs-version>
<maven-pmd-version>3.1</maven-pmd-version>

Back to the top