releng: Switch to RCPTT 2.1.0
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 14 Jul 2016 17:28:21 +0000 (13:28 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 14 Jul 2016 22:44:07 +0000 (18:44 -0400)
We previously used 2.1.0-SNAPSHOT, which doesn't exist anymore
since actual 2.1.0 was released.

Change-Id: If0cb7d6e0003a743514c799ec265b003c1461241
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/77330
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 33aea3abdcd7f70b1929d0891679cbaccefe25fc..99321f4bc7d4c58e8d3867d449d4ae04698d674a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <target-platform>tracecompass-e4.6</target-platform>
     <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.5</help-docs-eclipserun-repo>
 
-    <rcptt-version>2.1.0-SNAPSHOT</rcptt-version>
+    <rcptt-version>2.1.0</rcptt-version>
     <!-- Disable GTK3 because it's not quite usable yet and it can make the tests hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
     <SWT_GTK3>0</SWT_GTK3>
 
This page took 0.024881 seconds and 5 git commands to generate.