Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2017-12-04 13:54:48 +0000
committerJay Arthanareeswaran2017-12-04 13:56:40 +0000
commit06c773cab3ba97bc2666fa4f2f18aba9085db55c (patch)
treef82f4ee82d0bd75cad99fde0f28e772510c22488 /org.eclipse.jdt.annotation
parent2d19e28eb87a29fea3b4dab9b0289a073ee6f30c (diff)
downloadeclipse.jdt.core-06c773cab3ba97bc2666fa4f2f18aba9085db55c.tar.gz
eclipse.jdt.core-06c773cab3ba97bc2666fa4f2f18aba9085db55c.tar.xz
eclipse.jdt.core-06c773cab3ba97bc2666fa4f2f18aba9085db55c.zip
Bundles need version update after addition of automatic module namesI20171205-0250I20171205-0030I20171204-2000
Change-Id: I6c607320463dc7e68dc961d74a627a6c59fd41cf Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.annotation')
-rw-r--r--org.eclipse.jdt.annotation/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.annotation/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF b/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
index a24a02f473..0846b22fb6 100644
--- a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.annotation/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: 2.1.100.qualifier
+Bundle-Version: 2.1.200.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
diff --git a/org.eclipse.jdt.annotation/pom.xml b/org.eclipse.jdt.annotation/pom.xml
index ef233958c1..9388ccce7d 100644
--- a/org.eclipse.jdt.annotation/pom.xml
+++ b/org.eclipse.jdt.annotation/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
- <version>2.1.100-SNAPSHOT</version>
+ <version>2.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top