Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-05-30 08:39:30 +0000
committerJay Arthanareeswaran2018-05-30 10:07:17 +0000
commitae581c9074d5d309879bf4b37086d29884dee97d (patch)
tree9b43c4d8728a1bf40b33bfba353ca9eb724094c4 /tests-pom
parent7a7103893293ccaa08503110334998347e22f2e4 (diff)
downloadeclipse.jdt.core-ae581c9074d5d309879bf4b37086d29884dee97d.tar.gz
eclipse.jdt.core-ae581c9074d5d309879bf4b37086d29884dee97d.tar.xz
eclipse.jdt.core-ae581c9074d5d309879bf4b37086d29884dee97d.zip
Change-Id: I4d154a55fd53f652563a3c2b824c591e6a5c7345 Signed-off-by: Jay Arthanareeswaran <jarthana@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 96d644c168..9c18971c77 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,10 @@
<parent>
<groupId>eclipse.jdt.core</groupId>
<artifactId>eclipse.jdt.core</artifactId>
- <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