Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2016-01-28 15:34:23 +0000
committerJay Arthanareeswaran2016-01-28 16:41:27 +0000
commit7f0085d9d16bbb503e5076e517a5705f57a4734f (patch)
tree6b404d01b08898bb074edf5e28d2158ca124420e /org.eclipse.jdt.compiler.apt.tests
parent86f1aa2f0f21fc3e81e7c844e8e0d3ff4942486e (diff)
downloadeclipse.jdt.core-7f0085d9d16bbb503e5076e517a5705f57a4734f.tar.gz
eclipse.jdt.core-7f0085d9d16bbb503e5076e517a5705f57a4734f.tar.xz
eclipse.jdt.core-7f0085d9d16bbb503e5076e517a5705f57a4734f.zip
Bug 486662 - Neon features and bundles that might need a versionI20160128-2000
Diffstat (limited to 'org.eclipse.jdt.compiler.apt.tests')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
index 7a5bd5b7e1..b09a8603df 100644
--- a/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.compiler.apt.tests;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.eclipse.jdt.compiler.apt.tests/pom.xml b/org.eclipse.jdt.compiler.apt.tests/pom.xml
index 94f42e451c..7faebd87d4 100644
--- a/org.eclipse.jdt.compiler.apt.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.apt.tests/pom.xml
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.apt.tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top