Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-06-07 05:07:53 +0000
committerSarika Sinha2017-06-07 05:07:53 +0000
commit6fb962f5166f6fb23d839b262744fb89ceead016 (patch)
tree6009510b1cea5f2a6ae77a753eeb0a83c932d944 /org.eclipse.debug.core/pom.xml
parent85be97aaec58f1eeee9fbcccbf34840dade15c6e (diff)
downloadeclipse.platform.debug-6fb962f5166f6fb23d839b262744fb89ceead016.tar.gz
eclipse.platform.debug-6fb962f5166f6fb23d839b262744fb89ceead016.tar.xz
eclipse.platform.debug-6fb962f5166f6fb23d839b262744fb89ceead016.zip
Bundle version increase in debug.core and debug.ui for Bug 517740
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 a4d845b2a..3e1487c2a 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, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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.11.0-SNAPSHOT</version>
+ <version>3.11.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top