Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2020-04-07 13:55:34 +0000
committerDani Megert2020-04-07 13:55:34 +0000
commit71f80e637624f7302f077d9c9282eb666920ea4d (patch)
tree730553b7ebfbc4c81cec15e2b04a1ff7874fd84f
parent513601d5a68cd7549ce42323561cebf04335f0f7 (diff)
downloadeclipse.jdt.core-71f80e637624f7302f077d9c9282eb666920ea4d.tar.gz
eclipse.jdt.core-71f80e637624f7302f077d9c9282eb666920ea4d.tar.xz
eclipse.jdt.core-71f80e637624f7302f077d9c9282eb666920ea4d.zip
Increased version number for 4.16
-rw-r--r--org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.annotation_v1/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF b/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
index 964514873a..04d456028e 100644
--- a/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Localization: bundle
Bundle-SymbolicName: org.eclipse.jdt.annotation
-Bundle-Version: 1.1.400.qualifier
+Bundle-Version: 1.1.500.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
diff --git a/org.eclipse.jdt.annotation_v1/pom.xml b/org.eclipse.jdt.annotation_v1/pom.xml
index 05c481568c..406f15dd19 100644
--- a/org.eclipse.jdt.annotation_v1/pom.xml
+++ b/org.eclipse.jdt.annotation_v1/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2020 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
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
- <version>1.1.400-SNAPSHOT</version>
+ <version>1.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top