Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2015-08-20 16:59:41 +0000
committerMartin Oberhuber2015-08-20 16:59:41 +0000
commit0ca5868af36719d271907806524bd29c3933a147 (patch)
tree05bb60bbd817999d12b71055dc357c77f987ae43 /tests/plugins/org.eclipse.tcf.debug.test/pom.xml
parent309d10fd5963843714696112b8925c9e7796511c (diff)
downloadorg.eclipse.tcf-0ca5868af36719d271907806524bd29c3933a147.tar.gz
org.eclipse.tcf-0ca5868af36719d271907806524bd29c3933a147.tar.xz
org.eclipse.tcf-0ca5868af36719d271907806524bd29c3933a147.zip
Tests: Update Version and parent POM to 1.4 to fix test failures1.4_WR_20150828_4.3.0
Change-Id: I46f252a13609e3f0198239ee2419bae037f982f8 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Diffstat (limited to 'tests/plugins/org.eclipse.tcf.debug.test/pom.xml')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 558a007fc..c448db286 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>org.eclipse.tcf.maven-build</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
</parent>
- <version>1.3.0.qualifier</version>
+ <version>1.4.0.qualifier</version>
<artifactId>org.eclipse.tcf.debug.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

Back to the top