Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-06-24 09:57:33 +0000
committerSarika Sinha2016-06-24 09:57:33 +0000
commit6759c4ca5f822495c11a78cd1def64ddfdbc1dc5 (patch)
treec91fbde6e87da3c678d33a75250263a36f53c682 /org.eclipse.debug.ui/pom.xml
parentbe36a1b98c43410d006d7dae46a10d9d49b2f308 (diff)
downloadeclipse.platform.debug-6759c4ca5f822495c11a78cd1def64ddfdbc1dc5.tar.gz
eclipse.platform.debug-6759c4ca5f822495c11a78cd1def64ddfdbc1dc5.tar.xz
eclipse.platform.debug-6759c4ca5f822495c11a78cd1def64ddfdbc1dc5.zip
Bug 496723 - Move Platform Debug to Java 1.8 BREE
Diffstat (limited to 'org.eclipse.debug.ui/pom.xml')
-rw-r--r--org.eclipse.debug.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index 2e0f0fd3f..689729838 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.11.300-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>

Back to the top