[340344] Increment feature version and required xml feature dependency version
diff --git a/features/org.eclipse.wst.xsl.feature/feature.xml b/features/org.eclipse.wst.xsl.feature/feature.xml
index aad8c49..5343c5d 100644
--- a/features/org.eclipse.wst.xsl.feature/feature.xml
+++ b/features/org.eclipse.wst.xsl.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.xsl.feature"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.wst.xsl"
license-feature="org.eclipse.license"
@@ -25,7 +25,7 @@
version="0.0.0"/>
<requires>
- <import feature="org.eclipse.wst.xml_ui.feature" version="3.1.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.wst.xml_ui.feature" version="3.3.0" match="greaterOrEqual"/>
</requires>
<plugin