Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2017-01-05 13:40:47 +0000
committerMarkus Keller2017-01-05 13:40:47 +0000
commit9c88bfd1fe24205154b92b41ab5890e5acd9dc8a (patch)
tree4509145a6674fbea41f60b6a36b1d67fb813e421
parent5ec925573befc890d21163fbc8c5e7310b20d88a (diff)
downloadeclipse.platform.text-9c88bfd1fe24205154b92b41ab5890e5acd9dc8a.tar.gz
eclipse.platform.text-9c88bfd1fe24205154b92b41ab5890e5acd9dc8a.tar.xz
eclipse.platform.text-9c88bfd1fe24205154b92b41ab5890e5acd9dc8a.zip
Bug 509973: Comparator errors in I20170105-0320
-rw-r--r--org.eclipse.text/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.text/pom.xml2
-rw-r--r--org.eclipse.ui.editors/forceQualifierUpdate.txt2
-rw-r--r--org.eclipse.ui.workbench.texteditor/forceQualifierUpdate.txt2
4 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
index 8fc8426743e..d4c6534aeff 100644
--- a/org.eclipse.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.text/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.text
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.text/pom.xml b/org.eclipse.text/pom.xml
index ca025924f45..b7b8d384353 100644
--- a/org.eclipse.text/pom.xml
+++ b/org.eclipse.text/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.text</groupId>
<artifactId>org.eclipse.text</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.ui.editors/forceQualifierUpdate.txt b/org.eclipse.ui.editors/forceQualifierUpdate.txt
new file mode 100644
index 00000000000..c720ef34afd
--- /dev/null
+++ b/org.eclipse.ui.editors/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 509931: Comparator errors in M20170104-0545
diff --git a/org.eclipse.ui.workbench.texteditor/forceQualifierUpdate.txt b/org.eclipse.ui.workbench.texteditor/forceQualifierUpdate.txt
new file mode 100644
index 00000000000..c720ef34afd
--- /dev/null
+++ b/org.eclipse.ui.workbench.texteditor/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 509931: Comparator errors in M20170104-0545

Back to the top