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.annotation
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.annotation')
-rw-r--r--org.eclipse.jdt.annotation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation/pom.xml b/org.eclipse.jdt.annotation/pom.xml
index 3c611720dd..af9a1d5610 100644
--- a/org.eclipse.jdt.annotation/pom.xml
+++ b/org.eclipse.jdt.annotation/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>

Back to the top