Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-12-06 13:21:45 +0000
committerNiraj Modi2019-12-06 13:21:45 +0000
commit886c7608726492c5f7374f48a4268758b723b04e (patch)
tree73e34b27b2c7494520eff5a2b870550b4af5983e /tests-pom
parent51d5ac2140a667c6020818f5303480ab74aac410 (diff)
downloadeclipse.platform.text-886c7608726492c5f7374f48a4268758b723b04e.tar.gz
eclipse.platform.text-886c7608726492c5f7374f48a4268758b723b04e.tar.xz
eclipse.platform.text-886c7608726492c5f7374f48a4268758b723b04e.zip
Change-Id: Ida060a8dc6a0e22acc8d5d0665eee7b754db89cd Signed-off-by: Niraj Modi <niraj.modi@in.ibm.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 9645d374304..5c40aff641d 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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top