Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Wellmann2020-09-26 13:28:08 +0000
committerHannes Wellmann2020-09-26 13:36:38 +0000
commitea61266a2697d6f751356a9a3e030ba4f759bc1b (patch)
tree1501713af8a8a51ace4ab1e9077bd28ff4cb92de
parent1ec35b4ca0a9f82f23396ce1c3560db5b7f98119 (diff)
downloadeclipse.platform.debug-ea61266a2697d6f751356a9a3e030ba4f759bc1b.tar.gz
eclipse.platform.debug-ea61266a2697d6f751356a9a3e030ba4f759bc1b.tar.xz
eclipse.platform.debug-ea61266a2697d6f751356a9a3e030ba4f759bc1b.zip
Version increment of org.eclipse.debug.tests to 3.12
Required for https://git.eclipse.org/r/#/c/169905/ Change-Id: Ibedd165ba975b1e7e589d1729ef44d3b436fcd17 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
-rw-r--r--org.eclipse.debug.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.debug.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.tests/META-INF/MANIFEST.MF b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
index 3696af528..d1acbab4d 100644
--- a/org.eclipse.debug.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.tests;singleton:=true
-Bundle-Version: 3.11.900.qualifier
+Bundle-Version: 3.12.0.qualifier
Bundle-Activator: org.eclipse.debug.tests.TestsPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
diff --git a/org.eclipse.debug.tests/pom.xml b/org.eclipse.debug.tests/pom.xml
index 3051467ba..841db776b 100644
--- a/org.eclipse.debug.tests/pom.xml
+++ b/org.eclipse.debug.tests/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.tests</artifactId>
- <version>3.11.900-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top