Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2016-06-28 06:30:20 +0000
committerJay Arthanareeswaran2016-06-28 08:20:03 +0000
commit5d48893dd61ed1b54f251cd55078d5641ae4cff7 (patch)
treea589c1a27e7c07e970129091c28792d1b6ed6f17 /org.eclipse.jdt.core.tests.builder/pom.xml
parent50f003921edb63d89ee227eea9c853eb2a503b54 (diff)
downloadeclipse.jdt.core-5d48893dd61ed1b54f251cd55078d5641ae4cff7.tar.gz
eclipse.jdt.core-5d48893dd61ed1b54f251cd55078d5641ae4cff7.tar.xz
eclipse.jdt.core-5d48893dd61ed1b54f251cd55078d5641ae4cff7.zip
Bug 496465 - Updating parent pom version
Diffstat (limited to 'org.eclipse.jdt.core.tests.builder/pom.xml')
-rw-r--r--org.eclipse.jdt.core.tests.builder/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core.tests.builder/pom.xml b/org.eclipse.jdt.core.tests.builder/pom.xml
index d1089dbf34..5e33c6b8d5 100644
--- a/org.eclipse.jdt.core.tests.builder/pom.xml
+++ b/org.eclipse.jdt.core.tests.builder/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>tests-pom</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<relativePath>../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>

Back to the top