Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2019-08-19 03:06:34 +0000
committerJay Arthanareeswaran2019-08-19 03:06:34 +0000
commit3635add35e79678fb1978e971f138f8244ac73a6 (patch)
tree600bea3f825df57e7f75e430aba0d68c2b4bac87
parentef0329ec086fb5e9a373140acb0d40bd8ddf2d1c (diff)
downloadeclipse.jdt.core-3635add35e79678fb1978e971f138f8244ac73a6.tar.gz
eclipse.jdt.core-3635add35e79678fb1978e971f138f8244ac73a6.tar.xz
eclipse.jdt.core-3635add35e79678fb1978e971f138f8244ac73a6.zip
Change-Id: Ifdb658583a2683d2e74858ddafe7c78c37149a59 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
-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 596b991818..1a73c03f52 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.800.qualifier
+Bundle-Version: 1.1.900.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.jdt.compiler.apt.tests/pom.xml b/org.eclipse.jdt.compiler.apt.tests/pom.xml
index d8925579ce..95f759da91 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.800-SNAPSHOT</version>
+ <version>1.1.900-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top