Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohannes Faltermeier2020-10-30 14:25:04 +0000
committerJohannes Faltermeier2020-10-30 14:44:23 +0000
commitf521ea4f8916d05ac951f440d4029f3d3cb9539e (patch)
tree0813950eec7dd7234b2174a8dea6d6161a3d00d2 /tests
parent26d7bfe566b8e701503d2e30f72e507dea65ebc1 (diff)
downloadorg.eclipse.emf.edapt-f521ea4f8916d05ac951f440d4029f3d3cb9539e.tar.gz
org.eclipse.emf.edapt-f521ea4f8916d05ac951f440d4029f3d3cb9539e.tar.xz
org.eclipse.emf.edapt-f521ea4f8916d05ac951f440d4029f3d3cb9539e.zip
TCI - Update RCPTT AUT
Change-Id: Ifd54534cfc19d8064ed243ed1ffbcadd180c6011 Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.emf.edapt.rcptt/pom.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/org.eclipse.emf.edapt.rcptt/pom.xml b/tests/org.eclipse.emf.edapt.rcptt/pom.xml
index 9a4e1bb..484929c 100644
--- a/tests/org.eclipse.emf.edapt.rcptt/pom.xml
+++ b/tests/org.eclipse.emf.edapt.rcptt/pom.xml
@@ -8,8 +8,8 @@
<packaging>rcpttTest</packaging>
<properties>
- <rcptt-maven-version>2.4.0-SNAPSHOT</rcptt-maven-version>
- <rcptt-runner-version>2.4.0-SNAPSHOT</rcptt-runner-version>
+ <rcptt-maven-version>2.5.1</rcptt-maven-version>
+ <rcptt-runner-version>2.5.1</rcptt-runner-version>
<toolchains-version>1.1</toolchains-version>
</properties>
@@ -68,14 +68,9 @@
<explicit>http://download.eclipse.org/edapt/aut/aut.tar.gz</explicit>
<injections>
<injection>
- <site>http://download.eclipse.org/ecp/releases/releases_18/</site>
+ <site>http://download.eclipse.org/releases/2020-03</site>
<features>
<feature>org.eclipse.emf.ecp.emfforms.idetooling.feature.source.feature.group</feature>
- </features>
- </injection>
- <injection>
- <site>http://download.eclipse.org/releases/mars</site>
- <features>
<feature>org.eclipse.ocl.all.sdk.feature.group</feature>
<feature>org.eclipse.emf.compare.ide.ui.feature.group</feature>
<feature>org.eclipse.emf.compare.feature.group</feature>

Back to the top