Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-03-11 17:58:00 +0000
committerJayaprakash Arthanareeswaran2014-03-11 17:58:00 +0000
commita3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9 (patch)
treeb35f97dc65ef21460b78c42e4505b47f5bcfeeb7 /org.eclipse.jdt.annotation_v1
parent2f9705b6b7e22393dcc7211f224edfb1137b06a5 (diff)
downloadeclipse.jdt.core-a3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9.tar.gz
eclipse.jdt.core-a3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9.tar.xz
eclipse.jdt.core-a3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9.zip
Fix for bug 428468 - Updating bundle version for Java 8 on Luna
Diffstat (limited to 'org.eclipse.jdt.annotation_v1')
-rw-r--r--org.eclipse.jdt.annotation_v1/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation_v1/pom.xml b/org.eclipse.jdt.annotation_v1/pom.xml
index 01aabc1422..631ed63f91 100644
--- a/org.eclipse.jdt.annotation_v1/pom.xml
+++ b/org.eclipse.jdt.annotation_v1/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>

Back to the top