Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-04 06:20:35 +0000
committerSravan Kumar Lakkimsetti2018-09-05 04:46:41 +0000
commit2e2acaa5024f5f285621bf257ed8e3bb7b46e76a (patch)
tree2fe7da2235f34f3b69bc4033a1568001c74142a3 /features
parent146b91726ae9c4a80f373ff3a457876e3e27eb17 (diff)
downloadeclipse.platform.swt-2e2acaa5024f5f285621bf257ed8e3bb7b46e76a.tar.gz
eclipse.platform.swt-2e2acaa5024f5f285621bf257ed8e3bb7b46e76a.tar.xz
eclipse.platform.swt-2e2acaa5024f5f285621bf257ed8e3bb7b46e76a.zip
Bug 538531 - POM version change for 4.10 release
Change-Id: I22a7fa1170509c771d1284173aa708bf8ca6bee6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index 4c53c4ef06..35a9e2f8c1 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.swt</artifactId>
<groupId>eclipse.platform.swt</groupId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>

Back to the top