[471625] New Server Wizard should show additional server adapters in
place instead of a secondary wizard - fix JUnit feature
diff --git a/features/org.eclipse.wst.server_tests.feature/feature.xml b/features/org.eclipse.wst.server_tests.feature/feature.xml
index 8d9a4ee..b80c6df 100644
--- a/features/org.eclipse.wst.server_tests.feature/feature.xml
+++ b/features/org.eclipse.wst.server_tests.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.wst.server_tests.feature"

       label="%featureName"

-      version="3.3.300.qualifier"

+      version="3.3.400.qualifier"

       provider-name="%providerName"

       license-feature="org.eclipse.license"

       license-feature-version="1.0.1.qualifier">

diff --git a/features/org.eclipse.wst.server_tests.feature/pom.xml b/features/org.eclipse.wst.server_tests.feature/pom.xml
index 7fe0a08..dfa3453 100644
--- a/features/org.eclipse.wst.server_tests.feature/pom.xml
+++ b/features/org.eclipse.wst.server_tests.feature/pom.xml
@@ -22,6 +22,6 @@
 

   <groupId>org.eclipse.webtools.servertools</groupId>

   <artifactId>org.eclipse.wst.server_tests.feature</artifactId>

-  <version>3.3.300-SNAPSHOT</version>

+  <version>3.3.400-SNAPSHOT</version>

   <packaging>eclipse-feature</packaging>

 </project>