Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2018-07-27 16:43:09 +0000
committerSarika Sinha2018-07-28 01:02:54 +0000
commit9b9fed3a10f223c926e0140f869d12bea390cb14 (patch)
tree1513f0397c54f2c463923415bd19b03228df4f94 /org.eclipse.debug.core/pom.xml
parent90dd90f919f313ff9c30595fc2ecf84ecb689156 (diff)
downloadeclipse.platform.debug-9b9fed3a10f223c926e0140f869d12bea390cb14.tar.gz
eclipse.platform.debug-9b9fed3a10f223c926e0140f869d12bea390cb14.tar.xz
eclipse.platform.debug-9b9fed3a10f223c926e0140f869d12bea390cb14.zip
Bug 312397 - Run Configuration Command Line to ClipboardI20180729-0800I20180728-1500I20180728-0805
Diffstat (limited to 'org.eclipse.debug.core/pom.xml')
-rw-r--r--org.eclipse.debug.core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml
index 1861f98a1..52228e425 100644
--- a/org.eclipse.debug.core/pom.xml
+++ b/org.eclipse.debug.core/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,6 +18,6 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.core</artifactId>
- <version>3.12.100-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top