Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Kubitz2021-07-07 15:35:35 +0000
committerAlexander Kurtakov2021-07-21 06:37:13 +0000
commitb5eb36ad42e542fb6f9a89184f03e1ac1723ebd2 (patch)
tree1845fb0868d0fe281c1671a3b929c4f3e0e661ec
parentfe959085ddd02ecd3c7a6679ca3fcfab26acacc5 (diff)
downloadeclipse.platform.debug-b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2.tar.gz
eclipse.platform.debug-b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2.tar.xz
eclipse.platform.debug-b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2.zip
4.21 version bump for org.eclipse.debug.tests
for 182814: Bug 574652 - fix IAE in "Breakpoints View Update Job" Change-Id: I16c3dbd85e6b3f3cab3c78901ebb4ef36f4fea95 Signed-off-by: Joerg Kubitz <jkubitz-eclipse@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/182861 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-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 7695c6432..38627efe3 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.12.200.qualifier
+Bundle-Version: 3.12.300.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 c0f244da7..37eb921d1 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.12.200-SNAPSHOT</version>
+ <version>3.12.300-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top