Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUwe Stieber2014-02-25 14:52:45 +0000
committerUwe Stieber2014-02-25 14:52:45 +0000
commitbc38788b89d34fd78309cb7a74d97c360bc3cfec (patch)
treea379fac69bdaa8e2aa1e438206753f1f5b1acf21 /tests
parent6152f3e2b29e7b3bae064b4b60cc47da72e52059 (diff)
downloadorg.eclipse.tcf-bc38788b89d34fd78309cb7a74d97c360bc3cfec.tar.gz
org.eclipse.tcf-bc38788b89d34fd78309cb7a74d97c360bc3cfec.tar.xz
org.eclipse.tcf-bc38788b89d34fd78309cb7a74d97c360bc3cfec.zip
Releng: Uprev master branch version to 1.3.0
Diffstat (limited to 'tests')
-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 24624ec0e..fe2b8af79 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.2.0.qualifier
+Bundle-Version: 1.3.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 7797e84c9..3ec1b83d7 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-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
- <version>1.2.0.qualifier</version>
+ <version>1.3.0.qualifier</version>
<artifactId>org.eclipse.tcf.debug.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

Back to the top