Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-04 06:18:39 +0000
committerJay Arthanareeswaran2018-09-05 05:07:20 +0000
commitf9ab4e443a215f2737e288b877dccb5258b47217 (patch)
tree0116666c0a32582f5283d772481df4c421b88707 /org.eclipse.jdt.apt.pluggable.core/pom.xml
parent0278892d5c9789b57dd0dd1289b1d15387b76ef7 (diff)
downloadeclipse.jdt.core-f9ab4e443a215f2737e288b877dccb5258b47217.tar.gz
eclipse.jdt.core-f9ab4e443a215f2737e288b877dccb5258b47217.tar.xz
eclipse.jdt.core-f9ab4e443a215f2737e288b877dccb5258b47217.zip
Bug 538531 - POM version change for 4.10 releaseI20180905-1305I20180905-0410
Change-Id: I3c01fe80f205adf90a2175c9432b62ee5937c780 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.core/pom.xml')
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.core/pom.xml b/org.eclipse.jdt.apt.pluggable.core/pom.xml
index ea4fe07190..e9bee6c769 100644
--- a/org.eclipse.jdt.apt.pluggable.core/pom.xml
+++ b/org.eclipse.jdt.apt.pluggable.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.apt.pluggable.core</artifactId>

Back to the top