Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfingerl2017-07-01 13:39:07 +0000
committerDani Megert2017-07-13 14:37:20 +0000
commit126cd981c14b7afe5dff9cd865a98b290348637f (patch)
treefbfd76eef55e9a6c27d4c825800d847e12bf0e07 /org.eclipse.text.tests/pom.xml
parent506916a97c81a0aa96091598addb3970c7acc28a (diff)
downloadeclipse.platform.text-126cd981c14b7afe5dff9cd865a98b290348637f.tar.gz
eclipse.platform.text-126cd981c14b7afe5dff9cd865a98b290348637f.tar.xz
eclipse.platform.text-126cd981c14b7afe5dff9cd865a98b290348637f.zip
Bug 109481 - [find/replace] replace doesn't work when using a regex with
a lookahead or boundary matchers Fixes the bug that matches of a Regular Expression containing lookarounds can't replaced. Change-Id: Ibaf347fbe88b9d9aac14240f67bf5cbb7567e82b Signed-off-by: fingerl <imelflorianingerl@gmail.com>
Diffstat (limited to 'org.eclipse.text.tests/pom.xml')
-rw-r--r--org.eclipse.text.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml
index ed2086d062d..329216e1192 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.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top