[582204] Update BREEs to still-supported versions compatible with build infra
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.core/.classpath b/xpath/bundles/org.eclipse.wst.xml.xpath.core/.classpath
index 46df406..eca7bdb 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.core/.classpath
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.core/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.core/.settings/org.eclipse.jdt.core.prefs b/xpath/bundles/org.eclipse.wst.xml.xpath.core/.settings/org.eclipse.jdt.core.prefs
index 44db239..9f6ece8 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.core/.settings/org.eclipse.jdt.core.prefs
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.core/.settings/org.eclipse.jdt.core.prefs
@@ -1,7 +1,8 @@
-#Tue Apr 22 15:22:05 GMT-05:00 2008
 eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.release=disabled
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF b/xpath/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF
index ea15b4f..5f4b4aa 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF
@@ -1,12 +1,13 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Automatic-Module-Name: org.eclipse.wst.xml.xpath.core
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath.core; singleton:=true
-Bundle-Version: 1.3.1.qualifier
+Bundle-Version: 1.4.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.wst.xml.xpath.core;uses:="org.osgi.framework,org.eclipse.core.runtime",
  org.eclipse.wst.xml.xpath.core.internal.preferences;x-internal:=true,
  org.eclipse.wst.xml.xpath.core.util;
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.core/pom.xml b/xpath/bundles/org.eclipse.wst.xml.xpath.core/pom.xml
index cc2ba71..383684a 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.core/pom.xml
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.core/pom.xml
@@ -21,6 +21,6 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath.core</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.classpath b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.classpath
index 5b4524b..8e01656 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.classpath
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.classpath
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <classpath>

-	<classpathentry kind="src" path="src"/>

+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>

 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">

 		<accessrules>

 			<accessrule kind="accessible" pattern="org/eclipse/wst/xml/**"/>

 			<accessrule kind="accessible" pattern="org/eclipse/wst/sse/**"/>

 		</accessrules>

 	</classpathentry>

-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

+	<classpathentry kind="src" path="src"/>

 	<classpathentry kind="output" path="bin"/>

 </classpath>

diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.settings/org.eclipse.jdt.core.prefs b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.settings/org.eclipse.jdt.core.prefs
index e5b7578..e118136 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath.ui/.settings/org.eclipse.jdt.core.prefs
@@ -1,9 +1,8 @@
-#Tue Feb 10 05:36:40 GMT 2009
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -71,4 +70,5 @@
 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.release=disabled
+org.eclipse.jdt.core.compiler.source=1.8
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 aa38399..5391843 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,8 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Automatic-Module-Name: org.eclipse.wst.xml.xpath.ui
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath.ui;singleton:=true
-Bundle-Version: 1.1.300.qualifier
+Bundle-Version: 1.2.0.qualifier
 Bundle-Activator: org.eclipse.wst.xml.xpath.ui.internal.XPathUIPlugin
 Bundle-Localization: plugin
 Bundle-Vendor: %providerName
@@ -17,13 +18,13 @@
  org.eclipse.wst.common.uriresolver;bundle-version="[1.1.0,2.0.0)",
  org.eclipse.ui.workbench.texteditor;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.ui.forms;bundle-version="[3.3.100,4.0.0)",
- org.eclipse.wst.xml.xpath.core;bundle-version="[1.2.0,2.0.0)",
+ org.eclipse.wst.xml.xpath.core;bundle-version="[1.4.0,2.0.0)",
  org.eclipse.core.resources;bundle-version="3.5.0",
  org.apache.xalan;bundle-version="2.7.1",
- org.eclipse.wst.xml.xpath2.processor;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.wst.xml.xpath2.wtptypes;bundle-version="[2.0.0,3.0.0)"
+ org.eclipse.wst.xml.xpath2.processor;bundle-version="[2.2.0,3.0.0)",
+ org.eclipse.wst.xml.xpath2.wtptypes;bundle-version="[2.1.0,3.0.0)"
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.wst.xml.xpath.ui.internal;x-friends:="org.eclipse.wst.xsl.*",
  org.eclipse.wst.xml.xpath.ui.internal.contentassist;x-friends:="org.eclipse.wst.xsl.*",
  org.eclipse.wst.xml.xpath.ui.internal.handler;x-internal:=true,
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 a552454..793ef3c 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.300-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.classpath b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.classpath
index 492d1c1..cdefd6a 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.classpath
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
 		<accessrules>
 			<accessrule kind="accessible" pattern="org/eclipse/wst/xml/xpath2/**"/>
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.settings/org.eclipse.jdt.core.prefs b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.settings/org.eclipse.jdt.core.prefs
index eb1cb4c..87b7a7a 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.settings/org.eclipse.jdt.core.prefs
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/.settings/org.eclipse.jdt.core.prefs
@@ -1,12 +1,13 @@
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.release=disabled
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
index d7a8b09..eec8875 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@
 Automatic-Module-Name: org.eclipse.wst.xml.xpath2.processor
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor
-Bundle-Version: 2.1.500.qualifier
+Bundle-Version: 2.2.0.qualifier
 Require-Bundle: org.apache.xerces;bundle-version="[2.12.0,3.0.0)",
  com.ibm.icu;bundle-version="73.1.0",
  java_cup-runtime;bundle-version="0.11.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.wst.xml.xpath2.api,
  org.eclipse.wst.xml.xpath2.api.typesystem,
  org.eclipse.wst.xml.xpath2.processor,
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml
index d931ef0..03c38a3 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath2.processor</artifactId>
-  <version>2.1.500-SNAPSHOT</version>
+  <version>2.2.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <name>PsychoPath XPath 2.0 Processor</name>
 
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.classpath b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.classpath
index 64c5e31..eca7bdb 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.classpath
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.settings/org.eclipse.jdt.core.prefs b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.settings/org.eclipse.jdt.core.prefs
index 21bf693..9f6ece8 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.settings/org.eclipse.jdt.core.prefs
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/.settings/org.eclipse.jdt.core.prefs
@@ -1,8 +1,8 @@
-#Mon Apr 12 01:32:38 CEST 2010
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.release=disabled
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/META-INF/MANIFEST.MF b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/META-INF/MANIFEST.MF
index 53b5c7d..7930110 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/META-INF/MANIFEST.MF
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Automatic-Module-Name: org.eclipse.wst.xml.xpath2.wtptypes
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.wtptypes
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-Vendor: %providerName
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
 Bundle-Localization: plugin
 Export-Package: org.eclipse.wst.xml.xpath2.wtptypes
diff --git a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml
index 4afdcad..f008eaa 100644
--- a/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml
+++ b/xpath/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath2.wtptypes</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <name>PsychoPath XPath 2.0 Processor</name>
 
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.classpath b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.classpath
index 64c5e31..eca7bdb 100644
--- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.classpath
+++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.settings/org.eclipse.jdt.core.prefs b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.settings/org.eclipse.jdt.core.prefs
index 4ed1843..9f6ece8 100644
--- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.settings/org.eclipse.jdt.core.prefs
+++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/.settings/org.eclipse.jdt.core.prefs
@@ -1,8 +1,8 @@
-#Thu Aug 27 00:57:46 GMT 2009
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.release=disabled
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/META-INF/MANIFEST.MF b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/META-INF/MANIFEST.MF
index 6037eaf..432cfe8 100644
--- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/META-INF/MANIFEST.MF
+++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/META-INF/MANIFEST.MF
@@ -1,11 +1,12 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Automatic-Module-Name: org.eclipse.wst.xml.xpath2.processor.sdk.doc
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor.sdk.doc; singleton:=true
-Bundle-Version: 2.0.1.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-Activator: org.eclipse.wst.xml.xpath2.processor.sdk.doc.Activator
 Require-Bundle: org.eclipse.core.runtime
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml
index 3b57e74..75e8b1b 100644
--- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml
+++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath2.processor.sdk.doc</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <name>PsychoPath XPath 2.0 Processor: SDK Documentation</name>
 </project>
diff --git a/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/feature.xml b/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/feature.xml
index f0f4e92..8489abf 100644
--- a/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/feature.xml
+++ b/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/feature.xml
@@ -15,7 +15,7 @@
 <feature
       id="org.eclipse.wst.xml.xpath2.processor.feature"
       label="%featureName"
-      version="2.0.400.qualifier"
+      version="2.1.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.wst.xml.xpath2"
       license-feature="org.eclipse.license"
diff --git a/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml b/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml
index af48cfd..87423ca 100644
--- a/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml
+++ b/xpath/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath2.processor.feature</artifactId>
-  <version>2.0.400-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
   <name>PsychoPath XPath 2.0 Processor Feature</name>
 
diff --git a/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/feature.xml b/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/feature.xml
index 5fda5d4..0145c4f 100644
--- a/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/feature.xml
+++ b/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/feature.xml
@@ -11,11 +11,10 @@
     Contributors:
         IBM Corporation - initial API and implementation
  -->
-
 <feature
       id="org.eclipse.wst.xml.xpath2.processor.sdk.feature"
       label="%featureName"
-      version="2.0.200.qualifier"
+      version="2.1.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.wst.xml.xpath2"
       license-feature="org.eclipse.license"
@@ -34,6 +33,7 @@
    </license>
 
    <requires>
-          <import feature="org.eclipse.wst.xml.xpath2.processor.feature" version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.wst.xml.xpath2.processor.feature" version="0.0.0" match="greaterOrEqual"/>
    </requires>
+
 </feature>
diff --git a/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml b/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml
index 2d4aaea..67227c0 100644
--- a/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml
+++ b/xpath/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.xpath2.processor.sdk.feature</artifactId>
-  <version>2.0.200-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
   <name>PsychoPath XPath 2.0 Processor: SDK Feature</name>
 </project>