Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-07 08:37:35 +0000
committerLars Vogel2020-01-07 08:37:35 +0000
commit0b9aa5167dcea73caedd6a87b4ba9b9d4884a218 (patch)
tree354a25bddb65d88b878692c83f084c164c786433
parent1a10cc33a7e3625d0a5170461e6763c86e4e239e (diff)
downloadeclipse.platform.text-0b9aa5167dcea73caedd6a87b4ba9b9d4884a218.tar.gz
eclipse.platform.text-0b9aa5167dcea73caedd6a87b4ba9b9d4884a218.tar.xz
eclipse.platform.text-0b9aa5167dcea73caedd6a87b4ba9b9d4884a218.zip
4.15 update for org.eclipse.ui.workbench.texteditor.testsI20200111-0325I20200111-0230I20200110-1805
Required for https://git.eclipse.org/r/155312 Change-Id: Icaefdb8a10491881bb49f200300b101faae21768 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF b/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
index 8164b922712..3e80931c97f 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor.tests
-Bundle-Version: 3.12.400.qualifier
+Bundle-Version: 3.12.500.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
index c98778bb5bb..c0a32c8cb3e 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor.tests</artifactId>
- <version>3.12.400-SNAPSHOT</version>
+ <version>3.12.500-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top