Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2021-12-29 07:25:23 +0000
committerSarika Sinha2021-12-29 07:28:27 +0000
commit5760c7a4ddd0aa1f61d4c65700c8d553a82fa375 (patch)
treedf84c59fcbd060c5b571f9d8e6cc067a26a873ec
parentc5b8c4f9ed597b8ef51b26d95822ad128c53ebbd (diff)
downloadeclipse.platform.debug-5760c7a4ddd0aa1f61d4c65700c8d553a82fa375.tar.gz
eclipse.platform.debug-5760c7a4ddd0aa1f61d4c65700c8d553a82fa375.tar.xz
eclipse.platform.debug-5760c7a4ddd0aa1f61d4c65700c8d553a82fa375.zip
Bug 577894 - Backport Bug 577341 from 4.22 to 4.7
Change-Id: Iedbd88e364fdc2882729fffda52806f9961a6412 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189179 Tested-by: Sarika Sinha <sarika.sinha@in.ibm.com> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.debug.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index 2ee8e84da..2e73a4a45 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.13.200.qualifier
+Bundle-Version: 3.13.250.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 6e31c0928..a26315c7b 100644
--- a/org.eclipse.debug.core/pom.xml
+++ b/org.eclipse.debug.core/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2018 Eclipse Foundation and others.
+ Copyright (c) 2012, 2021 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.core</artifactId>
- <version>3.13.200-SNAPSHOT</version>
+ <version>3.13.250-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top