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
parent309d10fd5963843714696112b8925c9e7796511c (diff)
downloadorg.eclipse.tcf-1.4_WR_20150828_4.3.0.tar.gz
org.eclipse.tcf-1.4_WR_20150828_4.3.0.tar.xz
org.eclipse.tcf-1.4_WR_20150828_4.3.0.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>
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF2
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF b/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
index e32ad1f1c..4695ed84e 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
+++ b/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: org.eclipse.tcf.debug.test
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-Activator: org.eclipse.tcf.debug.test.Activator
Require-Bundle: org.eclipse.cdt.debug.core;bundle-version="7.2.0",
org.eclipse.core.filesystem;bundle-version="1.3.200",
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