[531608] Duplicate template id warning remains
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF
index 11e9fd1..aa38399 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath.ui;singleton:=true
-Bundle-Version: 1.1.200.qualifier
+Bundle-Version: 1.1.300.qualifier
 Bundle-Activator: org.eclipse.wst.xml.xpath.ui.internal.XPathUIPlugin
 Bundle-Localization: plugin
 Bundle-Vendor: %providerName
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml
index 6a072e5..a552454 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml
@@ -21,6 +21,6 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath.ui</artifactId>
-  <version>1.1.200-SNAPSHOT</version>
+  <version>1.1.300-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/templates/xpath_templates.xml b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/templates/xpath_templates.xml
index 529863d..786c01a 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/templates/xpath_templates.xml
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/templates/xpath_templates.xml
@@ -108,10 +108,6 @@
 	          autoinsert="true" context="xsl_xpath" deleted="false"
 	          description='The lang function returns true or false depending on whether the language of the context node as specified by xml:lang attributes is the same as or is a sublanguage of the language specified by the argument string. The language of the context node is determined by the value of the xml:lang attribute on the context node, or, if the context node has no xml:lang attribute, by the value of the xml:lang attribute on the nearest ancestor of the context node that has an xml:lang attribute. If there is no such attribute, then lang returns false. If there is such an attribute, then lang returns true if the attribute value is equal to the argument ignoring case, or if there is some suffix starting with - such that the attribute value is equal to the argument ignoring that suffix of the attribute value and ignoring case.'
 	          enabled="true" name="lang(string)">lang(${cursor})</template>
-	<template id="org.eclipse.wst.xslt.templates.xpath.boolean"
-	          autoinsert="true" context="xsl_xpath" deleted="false"
-	          description='Returns a boolean false value.'
-	          enabled="true" name="boolean(arg)">number(${cursor})</template>
 	<template id="org.eclipse.wst.xslt.templates.xpath.number"
 	          autoinsert="true" context="xsl_xpath" deleted="false"
 	          description='Returns the numeric value of the argument. The argument could be a boolean, string, or node-set.'
diff --git a/xsl/features/org.eclipse.wst.xsl.feature/feature.xml b/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
index 5631aed..9e61036 100644
--- a/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
+++ b/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
@@ -15,7 +15,7 @@
 <feature
       id="org.eclipse.wst.xsl.feature"
       label="%featureName"
-      version="1.3.500.qualifier"
+      version="1.3.600.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.wst.xsl"
       license-feature="org.eclipse.license"
diff --git a/xsl/features/org.eclipse.wst.xsl.feature/pom.xml b/xsl/features/org.eclipse.wst.xsl.feature/pom.xml
index 36a226e..b3a5fee 100644
--- a/xsl/features/org.eclipse.wst.xsl.feature/pom.xml
+++ b/xsl/features/org.eclipse.wst.xsl.feature/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xsl.feature</artifactId>
-  <version>1.3.500-SNAPSHOT</version>
+  <version>1.3.600-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
   <name>XSLT FeaturePlugin</name>