Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2019-01-04 16:18:15 +0000
committerJeff Johnston2019-01-07 15:44:12 +0000
commit87fd93f210c377812041b731ad4b54a273beaa16 (patch)
tree625dd47f78f97156014ec193850e37e3976f5b60 /org.eclipse.jdt.compiler.tool.tests
parentca62329fead9ba47ab1cc79d4fce6a2cbd6439dd (diff)
downloadeclipse.jdt.core-87fd93f210c377812041b731ad4b54a273beaa16.tar.gz
eclipse.jdt.core-87fd93f210c377812041b731ad4b54a273beaa16.tar.xz
eclipse.jdt.core-87fd93f210c377812041b731ad4b54a273beaa16.zip
Bug 543176 - Bump up version numbers for 4.11I20190108-0600I20190107-2050I20190107-1800
- bump up org.eclipse.jdt.core.tests.model to 3.10.800 - bump up org.eclipse.jdt.compiler.tool.tests to 1.2.500 Change-Id: I002dc6584d095aad6b8c954568f1259ae98c464c Signed-off-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
index 63fd006b66..eb56b0df36 100644
--- a/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.tool.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.tool.tests
-Bundle-Version: 1.2.400.qualifier
+Bundle-Version: 1.2.500.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index c239078490..d76b504180 100644
--- a/org.eclipse.jdt.compiler.tool.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.tool.tests</artifactId>
- <version>1.2.400-SNAPSHOT</version>
+ <version>1.2.500-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top