Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-07-30 11:13:19 +0000
committerLars Vogel2020-07-30 11:13:19 +0000
commitacad77b48813859d9bcf7983c5cee8195c016e7c (patch)
tree5617027074fdcb798d539bfe5445926fbf1c2764
parent48b56eb5ab3bbd32a888b40d905f9a5f050ff6bb (diff)
downloadeclipse.platform.text-acad77b48813859d9bcf7983c5cee8195c016e7c.tar.gz
eclipse.platform.text-acad77b48813859d9bcf7983c5cee8195c016e7c.tar.xz
eclipse.platform.text-acad77b48813859d9bcf7983c5cee8195c016e7c.zip
4.17 update of org.eclipse.text.tests
For https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/166459 Change-Id: I4f7fccab1320c18d1369b56b148968ae6657c33e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.text.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.text.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text.tests/META-INF/MANIFEST.MF b/org.eclipse.text.tests/META-INF/MANIFEST.MF
index 320f20062c0..40ec27473bd 100644
--- a/org.eclipse.text.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.text.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.text.tests
-Bundle-Version: 3.12.600.qualifier
+Bundle-Version: 3.12.700.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml
index 66971a3566d..98e9beb6dda 100644
--- a/org.eclipse.text.tests/pom.xml
+++ b/org.eclipse.text.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.text</groupId>
<artifactId>org.eclipse.text.tests</artifactId>
- <version>3.12.600-SNAPSHOT</version>
+ <version>3.12.700-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top