Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-03-06 18:45:17 +0000
committerMat Booth2020-03-06 18:45:17 +0000
commit1228f1ca4ab16fa96b65bec99578ba70bdccab59 (patch)
treeb2859a4fc931305155e677605d2d06441197a274 /org.eclipse.jdt.compiler.tool.tests
parent0f7f8deedae272c9a2f72b3f6d1f52ac38edc3ee (diff)
downloadeclipse.jdt.core-1228f1ca4ab16fa96b65bec99578ba70bdccab59.tar.gz
eclipse.jdt.core-1228f1ca4ab16fa96b65bec99578ba70bdccab59.tar.xz
eclipse.jdt.core-1228f1ca4ab16fa96b65bec99578ba70bdccab59.zip
Bug 560872 - POM and product version change for 4.16 releaseX20200306-1900I20200309-0810I20200308-1800I20200307-1800I20200307-1145
Change-Id: Ib88763c36636b8417b6f9fb9558341f88f8016b2 Signed-off-by: Mat Booth <mat.booth@redhat.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 78480b7a25..3fcab20e25 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.15.0-SNAPSHOT</version>
+ <version>4.16.0-SNAPSHOT</version>
<relativePath>../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>

Back to the top