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.ui.externaltools/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.ui.externaltools/pom.xml')
-rw-r--r--org.eclipse.ui.externaltools/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/pom.xml b/org.eclipse.ui.externaltools/pom.xml
index 20c0028a1..cc7087e9b 100644
--- a/org.eclipse.ui.externaltools/pom.xml
+++ b/org.eclipse.ui.externaltools/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.externaltools</artifactId>
- <version>3.3.100-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top