Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjay2018-09-21 14:16:46 +0000
committerjay2018-09-21 14:16:46 +0000
commit82ecd558a68c292366dc5ff97630a05be0f36ac3 (patch)
tree8ee2a6e26a2f774c12fe09bf057d22b8e18cd4e9 /org.eclipse.jdt.apt.pluggable.core
parent2b4fabe947129628a6a2f070e7b3848b3abaa52e (diff)
downloadeclipse.jdt.core-82ecd558a68c292366dc5ff97630a05be0f36ac3.tar.gz
eclipse.jdt.core-82ecd558a68c292366dc5ff97630a05be0f36ac3.tar.xz
eclipse.jdt.core-82ecd558a68c292366dc5ff97630a05be0f36ac3.zip
plug-ins have lower qualifiers than in R4.9 Change-Id: If6c3f34f4065b74541c5cc5eb997472dc1adcba2 Signed-off-by: jay <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.core')
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
index d8b7c5bc50..ac05e71c4e 100644
--- a/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.core;singleton:=true
-Bundle-Version: 1.2.200.qualifier
+Bundle-Version: 1.2.300.qualifier
Bundle-Activator: org.eclipse.jdt.internal.apt.pluggable.core.Apt6Plugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.jdt.apt.pluggable.core/pom.xml b/org.eclipse.jdt.apt.pluggable.core/pom.xml
index e9bee6c769..48739f6811 100644
--- a/org.eclipse.jdt.apt.pluggable.core/pom.xml
+++ b/org.eclipse.jdt.apt.pluggable.core/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.apt.pluggable.core</artifactId>
- <version>1.2.200-SNAPSHOT</version>
+ <version>1.2.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top