Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-05-29 18:00:18 +0000
committerAlexander Kurtakov2018-05-30 06:21:48 +0000
commit9703fe0401b3f80a4d6cc4da1b195750298c56c6 (patch)
tree2b7139938c28118667c29dbc9d070854b3075b8b /tests-pom
parentb17fc4585e592a3bfc28effef64bec477e0e157f (diff)
downloadeclipse.platform.text-9703fe0401b3f80a4d6cc4da1b195750298c56c6.tar.gz
eclipse.platform.text-9703fe0401b3f80a4d6cc4da1b195750298c56c6.tar.xz
eclipse.platform.text-9703fe0401b3f80a4d6cc4da1b195750298c56c6.zip
eclipse.platform.text Change-Id: I424ff63453ab620a5f4461d369a06798ef1264fd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'tests-pom')
-rw-r--r--tests-pom/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml
index 148f777b837..ee8384b0718 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,10 @@
<parent>
<artifactId>eclipse.platform.text</artifactId>
<groupId>eclipse.platform.text</groupId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top