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 /pom.xml
parent6759c4ca5f822495c11a78cd1def64ddfdbc1dc5 (diff)
downloadeclipse.platform.debug-3c2fddb88f5aa710af6db3020e9afb1e88a5e939.tar.gz
eclipse.platform.debug-3c2fddb88f5aa710af6db3020e9afb1e88a5e939.tar.xz
eclipse.platform.debug-3c2fddb88f5aa710af6db3020e9afb1e88a5e939.zip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 752c1d81d..ca9d84968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 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
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>eclipse.platform.debug</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top