Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/org.eclipse.tcf.debug.test/pom.xml')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index c8b8fd8ac..d50d9fde9 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>tcf-tests.maven-master</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom-tests.xml</relativePath>
</parent>
- <version>1.0.0.qualifier</version>
+ <version>1.1.0.qualifier</version>
<artifactId>org.eclipse.tcf.debug.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
@@ -19,7 +19,7 @@
<jacoco.append>true</jacoco.append>
<sdk-version>3.8.0</sdk-version>
- <tcf-version>1.0.0</tcf-version>
+ <tcf-version>1.1.0</tcf-version>
<ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
</properties>

Back to the top