Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2019-12-10 14:27:43 +0000
committerKarsten Thoms2019-12-10 14:27:43 +0000
commit0c32a78b8fd287cbabb8ae666c8d4334fbc53912 (patch)
tree71096e6ad75037f86091d0b4ea56a9a4eb0dd5f6 /org.eclipse.debug.core
parent31f1148ce0e56d853b31983a63eff358d6d7e01c (diff)
downloadeclipse.platform.debug-0c32a78b8fd287cbabb8ae666c8d4334fbc53912.tar.gz
eclipse.platform.debug-0c32a78b8fd287cbabb8ae666c8d4334fbc53912.tar.xz
eclipse.platform.debug-0c32a78b8fd287cbabb8ae666c8d4334fbc53912.zip
Version updates for 4.15 stream
Required for - https://git.eclipse.org/r/#/c/152520/ - https://git.eclipse.org/r/#/c/152522/ - https://git.eclipse.org/r/#/c/152524/ - https://git.eclipse.org/r/#/c/152530/ - https://git.eclipse.org/r/#/c/152603/ Change-Id: I9d4adfecb5688da93ff737cb2daae83a2102c4bd Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.debug.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index 5a4aee61a..931eae875 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.core; singleton:=true
-Bundle-Version: 3.14.100.qualifier
+Bundle-Version: 3.14.200.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName
diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml
index 9a8648972..3518cd04e 100644
--- a/org.eclipse.debug.core/pom.xml
+++ b/org.eclipse.debug.core/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.core</artifactId>
- <version>3.14.100-SNAPSHOT</version>
+ <version>3.14.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top