Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-09-12 14:00:08 +0000
committerMatthias Becker2019-09-13 06:44:55 +0000
commit881615b60a5da2db70cb86a969e26d791c64d473 (patch)
tree7927178a11222212af8e7c7a3a4aca57c494e936 /org.eclipse.debug.ui/pom.xml
parent1ddf37c93b738dd018118935b7b762dae28db788 (diff)
downloadeclipse.platform.debug-881615b60a5da2db70cb86a969e26d791c64d473.tar.gz
eclipse.platform.debug-881615b60a5da2db70cb86a969e26d791c64d473.tar.xz
eclipse.platform.debug-881615b60a5da2db70cb86a969e26d791c64d473.zip
Bug 465914: [Graphics] New filter iconI20190914-1800I20190913-1800
Change-Id: I661e31e9f68155fb56b7cebd6067015a5e32b8ea Signed-off-by: Matthias Becker <ma.becker@sap.com>
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 78b5bb081..e068a300b 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.14.200-SNAPSHOT</version>
+ <version>3.14.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>

Back to the top