Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-09-27 16:30:13 +0000
committerDani Megert2017-09-27 16:30:13 +0000
commit550f28cbb35b8805c5b8a726c9cdd925740f3112 (patch)
tree9b3cca89b2aad45dadb5ec847293bc71466678da
parent888c4faa6ce043b4d5bbf8e2415dfa9c68491935 (diff)
downloadeclipse.jdt.debug-550f28cbb35b8805c5b8a726c9cdd925740f3112.tar.gz
eclipse.jdt.debug-550f28cbb35b8805c5b8a726c9cdd925740f3112.tar.xz
eclipse.jdt.debug-550f28cbb35b8805c5b8a726c9cdd925740f3112.zip
-rw-r--r--org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.debug.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF
index bea7112cf..9d734a485 100644
--- a/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.debug.tests; singleton:=true
-Bundle-Version: 3.11.0.qualifier
+Bundle-Version: 3.11.50.qualifier
Bundle-ClassPath: javadebugtests.jar
Bundle-Activator: org.eclipse.jdt.debug.testplugin.JavaTestPlugin
Bundle-Vendor: %providerName
diff --git a/org.eclipse.jdt.debug.tests/pom.xml b/org.eclipse.jdt.debug.tests/pom.xml
index 216d2e94b..29e76039d 100644
--- a/org.eclipse.jdt.debug.tests/pom.xml
+++ b/org.eclipse.jdt.debug.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.debug.tests</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.11.50-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top