Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-05-25 10:02:25 +0000
committerAndrey Loskutov2017-07-03 14:22:14 +0000
commit1fd32c429d8d898eb138815015be17183d847496 (patch)
tree0bef74741b07fd5200f98a36532981bc862686bc /org.eclipse.debug.tests/pom.xml
parent9b6748481350d370f5636ce8dad5bc0774332f77 (diff)
downloadeclipse.platform.debug-1fd32c429d8d898eb138815015be17183d847496.tar.gz
eclipse.platform.debug-1fd32c429d8d898eb138815015be17183d847496.tar.xz
eclipse.platform.debug-1fd32c429d8d898eb138815015be17183d847496.zip
Bug 517232 - Move debug tests to Java 8
Change-Id: Idde41ce0e34370097d6d6915978e6ec28a7262c4 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.debug.tests/pom.xml')
-rw-r--r--org.eclipse.debug.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.tests/pom.xml b/org.eclipse.debug.tests/pom.xml
index 38b4b4354..a3f12aedd 100644
--- a/org.eclipse.debug.tests/pom.xml
+++ b/org.eclipse.debug.tests/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.tests</artifactId>
- <version>3.10.200-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top