Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-19 13:35:52 +0000
committerAlexander Kurtakov2019-03-19 14:17:18 +0000
commit5303dd399f4cd692e0e549069c54d31d23020049 (patch)
tree3ecc0dc47cff2c6f44771cfdf86180000b02559b /org.eclipse.debug.ui/pom.xml
parentf8f69cc849b9a3bd4edea07fbafc96db4c4f1842 (diff)
downloadeclipse.platform.debug-5303dd399f4cd692e0e549069c54d31d23020049.tar.gz
eclipse.platform.debug-5303dd399f4cd692e0e549069c54d31d23020049.tar.xz
eclipse.platform.debug-5303dd399f4cd692e0e549069c54d31d23020049.zip
Bug 545330: Problems in javadoc for platform
Fix platform.debug issues. Change-Id: I90e3cd73e3d4fa187cd2ba567a76e4749bfad8e1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 e5ca7d7ce..8f42b22a5 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.0-SNAPSHOT</version>
+ <version>3.14.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>

Back to the top