Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2016-06-28 10:38:33 +0000
committerVikas Chandra2016-06-28 10:38:33 +0000
commitea2f26111c30003a2dbfd9c3836a49c746085db0 (patch)
tree80a4374619e0a8e8e35079e02d950603d6b0a523 /apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml
parent4363dbe3f519cdd6b2eb4e42a2449f4eed73f26c (diff)
downloadeclipse.pde.ui-ea2f26111c30003a2dbfd9c3836a49c746085db0.tar.gz
eclipse.pde.ui-ea2f26111c30003a2dbfd9c3836a49c746085db0.tar.xz
eclipse.pde.ui-ea2f26111c30003a2dbfd9c3836a49c746085db0.zip
Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance builds
Diffstat (limited to 'apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml')
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml
index a61275bd96..9122fdd2be 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/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.pde.ui</artifactId>
<groupId>eclipse.pde.ui</groupId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.pde</groupId>

Back to the top