Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-02-03 12:31:48 +0000
committerDani Megert2016-02-03 12:31:48 +0000
commit121746dbfb6aadbb2467ae446158faf9d1d63318 (patch)
treee161fb7fe0456fda754f2ee3f86baaba7368e879 /org.eclipse.debug.ui/pom.xml
parent06eb8c498f7f878b5cd9e38d120c12fb4e8228da (diff)
downloadeclipse.platform.debug-121746dbfb6aadbb2467ae446158faf9d1d63318.tar.gz
eclipse.platform.debug-121746dbfb6aadbb2467ae446158faf9d1d63318.tar.xz
eclipse.platform.debug-121746dbfb6aadbb2467ae446158faf9d1d63318.zip
Increased bundle version (must be higher than in maintenance branch)I20160209-0800
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 260b6a7ec..f890362d1 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, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2016 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.11.100-SNAPSHOT</version>
+ <version>3.11.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top