Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-06-29 12:36:41 +0000
committerLars Vogel2021-06-29 13:12:43 +0000
commitaa323cc52420d72def57b68dac53d56fa4822ef5 (patch)
tree6f7e5a0ac70acc5e96a3c6d538fc9ee6c5146e92
parent5a8824f73257a5cf03c6eebf5268bc7f4d30c310 (diff)
downloadeclipse.platform.text-aa323cc52420d72def57b68dac53d56fa4822ef5.tar.gz
eclipse.platform.text-aa323cc52420d72def57b68dac53d56fa4822ef5.tar.xz
eclipse.platform.text-aa323cc52420d72def57b68dac53d56fa4822ef5.zip
4.21. update text.tests
For https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Change-Id: I961fdfa67522bcb8a3f5e4b929276e952db9befb Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/182588 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-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 67b3808d935..e727afb5c03 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.13.0.qualifier
+Bundle-Version: 3.13.100.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 f5ca9b633e5..d72c062aeb7 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.13.0-SNAPSHOT</version>
+ <version>3.13.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top