[340344] Increment feature version and required xml feature dependency version
diff --git a/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
index 15e8655..bc52ef6 100644
--- a/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.xsl.ui;singleton:=true
-Bundle-Version: 1.1.200.qualifier
+Bundle-Version: 1.1.300.qualifier
 Bundle-Activator: org.eclipse.wst.xsl.ui.internal.XSLUIPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
diff --git a/bundles/org.eclipse.wst.xsl.ui/pom.xml b/bundles/org.eclipse.wst.xsl.ui/pom.xml
index 88906e2..1cbceb7 100644
--- a/bundles/org.eclipse.wst.xsl.ui/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.ui/pom.xml
@@ -5,7 +5,7 @@
    <groupId>org.eclipse.wst.xsl</groupId>
    <artifactId>org.eclipse.wst.xsl.ui</artifactId>
    <packaging>eclipse-plugin</packaging>
-   <version>1.1.200-SNAPSHOT</version>
+   <version>1.1.300-SNAPSHOT</version>
    <name>XSLT UI Plugin</name>
 
    <parent>
diff --git a/features/org.eclipse.wst.xsl.feature/pom.xml b/features/org.eclipse.wst.xsl.feature/pom.xml
index 63a9786..f29756d 100644
--- a/features/org.eclipse.wst.xsl.feature/pom.xml
+++ b/features/org.eclipse.wst.xsl.feature/pom.xml
@@ -5,7 +5,7 @@
 	<groupId>org.eclipse.wst.xsl</groupId>
 	<artifactId>org.eclipse.wst.xsl.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
-	<version>1.2.0-SNAPSHOT</version>
+	<version>1.3.0-SNAPSHOT</version>
 	<name>XSLT FeaturePlugin</name>
 
 	<parent>