Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-05-26 17:20:45 +0000
committerSarika Sinha2018-06-01 06:26:22 +0000
commitcf628acb2b5ae376e7468f95112d02628791c915 (patch)
tree990e95d126627dc13aa2ff637724ecc731c1fe66 /org.eclipse.debug.ui/pom.xml
parentdd196b4d376562d7ba9203b0303ad7d7d5a550dd (diff)
downloadeclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.tar.gz
eclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.tar.xz
eclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.zip
Bug 535148 - Export launch wizard confirmation dialog typo
Add missing "to". Change-Id: I5f5ebd168a56d8fbe9bf21dc54c07fe957712236 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug: 535148
Diffstat (limited to 'org.eclipse.debug.ui/pom.xml')
-rw-r--r--org.eclipse.debug.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index c08eb60c9..40e405964 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.13.0-SNAPSHOT</version>
+ <version>3.13.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>

Back to the top