Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-07-21 08:05:36 +0000
committerLars Vogel2020-07-21 08:05:46 +0000
commit57a19ba8d2d37ac94d956a58b81e0d9a303c1b68 (patch)
treef6720b7a292513ef031942aaff1f5448f7c0805b
parent1c139ffd246d0b8d51bc1c2809fa6defee35fee5 (diff)
downloadeclipse.platform.text-57a19ba8d2d37ac94d956a58b81e0d9a303c1b68.tar.gz
eclipse.platform.text-57a19ba8d2d37ac94d956a58b81e0d9a303c1b68.tar.xz
eclipse.platform.text-57a19ba8d2d37ac94d956a58b81e0d9a303c1b68.zip
4.17 update for org.eclipse.ui.workbench.texteditor.testsY20200721-0610I20200721-1400I20200721-0950I20200721-0610
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/166531 Change-Id: Ie28089c960d3f77d734c2db47d5e863ec6bf39be 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 3e80931c97f..e9f47bae84f 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.500.qualifier
+Bundle-Version: 3.12.600.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 6df8f6999e5..375cf7ed36e 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.500-SNAPSHOT</version>
+ <version>3.12.600-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top