Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-12-14 11:12:17 +0000
committerMickael Istria2020-12-14 11:12:43 +0000
commit43691a1b562b6c08bd459979e03d65125c6d5b4b (patch)
tree54ff9c976d89ddf6d6a50bc42cae6e04cdb8ac5f /org.eclipse.ui.genericeditor.tests/pom.xml
parent264e39b9030c760da168284c264b301bd892fd0c (diff)
downloadeclipse.platform.text-I20201214-1800.tar.gz
eclipse.platform.text-I20201214-1800.tar.xz
eclipse.platform.text-I20201214-1800.zip
Bug 564723 - Test showcasing new line indent issue is not in PlatformI20201214-1800
Test passes with Platform only; same test with TM4E would fail. Move BREE to Java 11 by the way to get rid of some warning. Change-Id: Ie050022aae375b15e9249ea69508237601a72fa2 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.ui.genericeditor.tests/pom.xml')
-rw-r--r--org.eclipse.ui.genericeditor.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.genericeditor.tests/pom.xml b/org.eclipse.ui.genericeditor.tests/pom.xml
index 09be6fc6024..2ae78994358 100644
--- a/org.eclipse.ui.genericeditor.tests/pom.xml
+++ b/org.eclipse.ui.genericeditor.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.genericeditor.tests</artifactId>
- <version>1.1.600-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top