Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-29 15:45:22 +0000
committerAlexander Kurtakov2018-05-29 15:59:17 +0000
commit86c15e9a4fc470befff6e93a09521c3e3a6c7a65 (patch)
tree700c546a7a7a134b1493b255e177b9f7f3aae16c /features
parent34be01e01753fd8ff9109cdad0dad9052e65dd4f (diff)
downloadeclipse.platform.swt-86c15e9a4fc470befff6e93a09521c3e3a6c7a65.tar.gz
eclipse.platform.swt-86c15e9a4fc470befff6e93a09521c3e3a6c7a65.tar.xz
eclipse.platform.swt-86c15e9a4fc470befff6e93a09521c3e3a6c7a65.zip
Bug 535191 - POM version change for 4.9 release
Change-Id: Icf2788319e154102ecb1002b3e9783824e709266 Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 ac154dcea5..f046d3c7f7 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.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>

Back to the top