Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-06-28 05:00:12 +0000
committerSarika Sinha2016-06-28 10:38:00 +0000
commit3c2fddb88f5aa710af6db3020e9afb1e88a5e939 (patch)
treec0ebaf936ce3203c30ec3626cb46c7f7d2cfa029 /org.eclipse.debug.examples.ui
parent6759c4ca5f822495c11a78cd1def64ddfdbc1dc5 (diff)
downloadeclipse.platform.debug-3c2fddb88f5aa710af6db3020e9afb1e88a5e939.tar.gz
eclipse.platform.debug-3c2fddb88f5aa710af6db3020e9afb1e88a5e939.tar.xz
eclipse.platform.debug-3c2fddb88f5aa710af6db3020e9afb1e88a5e939.zip
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.ui/pom.xml b/org.eclipse.debug.examples.ui/pom.xml
index 4a1487f8a..385062a21 100644
--- a/org.eclipse.debug.examples.ui/pom.xml
+++ b/org.eclipse.debug.examples.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
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.debug</artifactId>
<groupId>eclipse.platform.debug</groupId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.examples.ui</artifactId>

Back to the top