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 /org.eclipse.jdt.compiler.tool.tests
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 'org.eclipse.jdt.compiler.tool.tests')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index 74a13636dd..a1af7fabaf 100644
--- a/org.eclipse.jdt.compiler.tool.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>tests-pom</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>

Back to the top