Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-07-04 04:24:10 +0000
committerJayaprakash Arthanareeswaran2014-07-04 06:25:14 +0000
commite48df5b6608f0202b357a604ceceda77bab3caf3 (patch)
tree8ef154a8bb86cbe13042e937bd899173ad171a94 /org.eclipse.jdt.annotation
parentcd0a80a09976b15cc71df0d78ee21db16b25b8c5 (diff)
downloadeclipse.jdt.core-e48df5b6608f0202b357a604ceceda77bab3caf3.tar.gz
eclipse.jdt.core-e48df5b6608f0202b357a604ceceda77bab3caf3.tar.xz
eclipse.jdt.core-e48df5b6608f0202b357a604ceceda77bab3caf3.zip
Updating bundle versions for Mars (4.5)
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 181f7b34d4..c7267e5221 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.0.0.qualifier
+Bundle-Version: 2.0.100.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 8e4a76fc61..3e20a10098 100644
--- a/org.eclipse.jdt.annotation/pom.xml
+++ b/org.eclipse.jdt.annotation/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top