Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-09 13:02:51 +0000
committerAlexander Kurtakov2020-08-09 13:02:51 +0000
commit3ab777c159bcf20c767ebaf3c0f4c5113a89346f (patch)
treea10f878e099f21d8ab304ae8b994803912b02e10
parent6bbb8bd6b4ff9a7d21c05fdd5b59cc07f44714ba (diff)
downloadeclipse.jdt.core-3ab777c159bcf20c767ebaf3c0f4c5113a89346f.tar.gz
eclipse.jdt.core-3ab777c159bcf20c767ebaf3c0f4c5113a89346f.tar.xz
eclipse.jdt.core-3ab777c159bcf20c767ebaf3c0f4c5113a89346f.zip
Version bump for 4.17 stream.I20200811-1800I20200810-1800
As there is only qualifier change visible at https://download.eclipse.org/eclipse/downloads/drops4/I20200808-1800/buildlogs/reporeports/reports/versionChecks.html Change-Id: I2124de8a0ebbccfdb395c5cec854169ff305bd9b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.compiler.tool/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
index 1fed5c9de6..5df5c21243 100644
--- a/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.jdt.compiler.tool;singleton:=true
-Bundle-Version: 1.2.900.qualifier
+Bundle-Version: 1.2.1000.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: compiler_tool_fragment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.jdt.compiler.tool/pom.xml b/org.eclipse.jdt.compiler.tool/pom.xml
index 5b5f5ddab1..0b5a82907a 100644
--- a/org.eclipse.jdt.compiler.tool/pom.xml
+++ b/org.eclipse.jdt.compiler.tool/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.tool</artifactId>
- <version>1.2.900-SNAPSHOT</version>
+ <version>1.2.1000-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top