Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-13 19:46:05 +0000
committerLars Vogel2020-01-13 19:46:05 +0000
commit0442fb434d61915118b5a7e4c45afe16256a3769 (patch)
tree19f413e4c34e895c05ff713ab7c54b3055e8b9ef
parenta1993f28ebe965a670c7d8dec06f21d7de7c82e8 (diff)
downloadeclipse.platform.text-0442fb434d61915118b5a7e4c45afe16256a3769.tar.gz
eclipse.platform.text-0442fb434d61915118b5a7e4c45afe16256a3769.tar.xz
eclipse.platform.text-0442fb434d61915118b5a7e4c45afe16256a3769.zip
4.15 update for org.eclipse.ui.editors.testsY20200114-0045I20200113-1800
Required for https://git.eclipse.org/r/154824 Change-Id: I45409c81371967f92d7985dbf91f3ee766d1a3fe Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.editors.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.editors.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors.tests/META-INF/MANIFEST.MF b/org.eclipse.ui.editors.tests/META-INF/MANIFEST.MF
index 721d6de0de3..f883164d344 100644
--- a/org.eclipse.ui.editors.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors.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.editors.tests;singleton:=true
-Bundle-Version: 3.11.600.qualifier
+Bundle-Version: 3.11.700.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.ui.editors.tests
diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml
index 76454dcdc4b..18930e116ab 100644
--- a/org.eclipse.ui.editors.tests/pom.xml
+++ b/org.eclipse.ui.editors.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.editors.tests</artifactId>
- <version>3.11.600-SNAPSHOT</version>
+ <version>3.11.700-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top