[525337] Update Web Services to support Java 9
diff --git a/features/org.eclipse.jst.enterprise_ui.feature/feature.xml b/features/org.eclipse.jst.enterprise_ui.feature/feature.xml
index e5fdfe7..9edaa46 100644
--- a/features/org.eclipse.jst.enterprise_ui.feature/feature.xml
+++ b/features/org.eclipse.jst.enterprise_ui.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.jst.enterprise_ui.feature"

       label="%featureName"

-      version="3.9.1.qualifier"

+      version="3.9.2.qualifier"

       provider-name="%providerName"

       plugin="org.eclipse.jst.jee.ui"

       license-feature="org.eclipse.license"

diff --git a/features/org.eclipse.jst.enterprise_ui.feature/pom.xml b/features/org.eclipse.jst.enterprise_ui.feature/pom.xml
index de019b0..31c32ec 100644
--- a/features/org.eclipse.jst.enterprise_ui.feature/pom.xml
+++ b/features/org.eclipse.jst.enterprise_ui.feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2017 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.webtools.javaee</groupId>
   <artifactId>org.eclipse.jst.enterprise_ui.feature</artifactId>
-  <version>3.9.1-SNAPSHOT</version>
+  <version>3.9.2-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>