[582204] Update jobs from Tycho 2.7.5 to Tycho 4.0.0

Change-Id: Ic2e407409821038cebcaee0732a1670af5c13a69
diff --git a/json/features/org.eclipse.wst.json_core.feature/feature.xml b/json/features/org.eclipse.wst.json_core.feature/feature.xml
index 7c378de..b311679 100644
--- a/json/features/org.eclipse.wst.json_core.feature/feature.xml
+++ b/json/features/org.eclipse.wst.json_core.feature/feature.xml
@@ -11,11 +11,10 @@
     Contributors:
         IBM Corporation - initial API and implementation
  -->
-
 <feature
       id="org.eclipse.wst.json_core.feature"
       label="%featureName"
-      version="1.1.8.qualifier"
+      version="1.1.9.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/json/features/org.eclipse.wst.json_core.feature/pom.xml b/json/features/org.eclipse.wst.json_core.feature/pom.xml
index 3ad0158..4db5768 100644
--- a/json/features/org.eclipse.wst.json_core.feature/pom.xml
+++ b/json/features/org.eclipse.wst.json_core.feature/pom.xml
@@ -21,21 +21,21 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.json_core.feature</artifactId>
-  <version>1.1.8-SNAPSHOT</version>
+  <version>1.1.9-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
             <id>source-feature</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
             <configuration>
               <excludes>
diff --git a/json/features/org.eclipse.wst.json_sdk.feature/feature.xml b/json/features/org.eclipse.wst.json_sdk.feature/feature.xml
index 089ac10..b19f718 100644
--- a/json/features/org.eclipse.wst.json_sdk.feature/feature.xml
+++ b/json/features/org.eclipse.wst.json_sdk.feature/feature.xml
@@ -11,11 +11,10 @@
     Contributors:
         IBM Corporation - initial API and implementation
  -->
-
 <feature
       id="org.eclipse.wst.json_sdk.feature"
       label="%featureName"
-      version="1.1.8.qualifier"
+      version="1.1.9.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
@@ -33,6 +32,7 @@
    </license>
 
    <requires>
-	   <import feature="org.eclipse.wst.json_ui.feature" version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.wst.json_ui.feature" version="0.0.0" match="greaterOrEqual"/>
    </requires>
+
 </feature>
diff --git a/json/features/org.eclipse.wst.json_sdk.feature/pom.xml b/json/features/org.eclipse.wst.json_sdk.feature/pom.xml
index cd802b1..e2b0542 100644
--- a/json/features/org.eclipse.wst.json_sdk.feature/pom.xml
+++ b/json/features/org.eclipse.wst.json_sdk.feature/pom.xml
@@ -21,6 +21,6 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.json_sdk.feature</artifactId>
-  <version>1.1.8-SNAPSHOT</version>
+  <version>1.1.9-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
diff --git a/json/features/org.eclipse.wst.json_tests.feature/feature.xml b/json/features/org.eclipse.wst.json_tests.feature/feature.xml
index 1664c23..be8ea66 100644
--- a/json/features/org.eclipse.wst.json_tests.feature/feature.xml
+++ b/json/features/org.eclipse.wst.json_tests.feature/feature.xml
@@ -15,7 +15,7 @@
 <feature
       id="org.eclipse.wst.json_tests.feature"
       label="%featureName"
-      version="1.1.8.qualifier"
+      version="1.1.9.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/json/features/org.eclipse.wst.json_tests.feature/pom.xml b/json/features/org.eclipse.wst.json_tests.feature/pom.xml
index 6582f4d..9c106d1 100644
--- a/json/features/org.eclipse.wst.json_tests.feature/pom.xml
+++ b/json/features/org.eclipse.wst.json_tests.feature/pom.xml
@@ -21,6 +21,6 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.json_tests.feature</artifactId>
-  <version>1.1.8-SNAPSHOT</version>
+  <version>1.1.9-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
diff --git a/json/features/org.eclipse.wst.json_ui.feature/feature.xml b/json/features/org.eclipse.wst.json_ui.feature/feature.xml
index 1df9bf7..88346bb 100644
--- a/json/features/org.eclipse.wst.json_ui.feature/feature.xml
+++ b/json/features/org.eclipse.wst.json_ui.feature/feature.xml
@@ -14,7 +14,7 @@
 <feature
       id="org.eclipse.wst.json_ui.feature"
       label="%featureName"
-      version="1.1.10.qualifier"
+      version="1.1.11.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.wst.json.ui"
       license-feature="org.eclipse.license"
diff --git a/json/features/org.eclipse.wst.json_ui.feature/pom.xml b/json/features/org.eclipse.wst.json_ui.feature/pom.xml
index b0c2045..7e22bc6 100644
--- a/json/features/org.eclipse.wst.json_ui.feature/pom.xml
+++ b/json/features/org.eclipse.wst.json_ui.feature/pom.xml
@@ -21,21 +21,21 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.json_ui.feature</artifactId>
-  <version>1.1.10-SNAPSHOT</version>
+  <version>1.1.11-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
-            <id>source-feature</id>
+            <id>feature-source</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
           </execution>
         </executions>
diff --git a/json/features/pom.xml b/json/features/pom.xml
index 8f3e5f2..5c5fad4 100644
--- a/json/features/pom.xml
+++ b/json/features/pom.xml
@@ -27,15 +27,15 @@
         <build>
                 <plugins>
                         <plugin>
-                                <groupId>org.eclipse.tycho.extras</groupId>
-                                <artifactId>tycho-source-feature-plugin</artifactId>
-                                <version>${tycho-extras.version}</version>
+                                <groupId>org.eclipse.tycho</groupId>
+                                <artifactId>tycho-source-plugin</artifactId>
+                                <version>${tycho.version}</version>
                                 <executions>
                                         <execution>
-                                                <id>source-feature</id>
+                                                <id>feature-source</id>
                                                 <phase>package</phase>
                                                 <goals>
-                                                        <goal>source-feature</goal>
+                                                        <goal>feature-source</goal>
                                                 </goals>
                                         </execution>
                                 </executions>
diff --git a/web/features/pom.xml b/web/features/pom.xml
index 92b04c5..67c7542 100644
--- a/web/features/pom.xml
+++ b/web/features/pom.xml
@@ -27,15 +27,15 @@
         <build>
                 <plugins>
                         <plugin>
-                                <groupId>org.eclipse.tycho.extras</groupId>
-                                <artifactId>tycho-source-feature-plugin</artifactId>
-                                <version>${tycho-extras.version}</version>
+                                <groupId>org.eclipse.tycho</groupId>
+                                <artifactId>tycho-source-plugin</artifactId>
+                                <version>${tycho.version}</version>
                                 <executions>
                                         <execution>
-                                                <id>source-feature</id>
+                                                <id>feature-source</id>
                                                 <phase>package</phase>
                                                 <goals>
-                                                        <goal>source-feature</goal>
+                                                        <goal>feature-source</goal>
                                                 </goals>
                                         </execution>
                                 </executions>
diff --git a/xml/features/pom.xml b/xml/features/pom.xml
index ef30c6d..5d7a67d 100644
--- a/xml/features/pom.xml
+++ b/xml/features/pom.xml
@@ -27,15 +27,15 @@
         <build>
                 <plugins>
                         <plugin>
-                                <groupId>org.eclipse.tycho.extras</groupId>
-                                <artifactId>tycho-source-feature-plugin</artifactId>
-                                <version>${tycho-extras.version}</version>
+                                <groupId>org.eclipse.tycho</groupId>
+                                <artifactId>tycho-source-plugin</artifactId>
+                                <version>${tycho.version}</version>
                                 <executions>
                                         <execution>
-                                                <id>source-feature</id>
+                                                <id>feature-source</id>
                                                 <phase>package</phase>
                                                 <goals>
-                                                        <goal>source-feature</goal>
+                                                        <goal>feature-source</goal>
                                                 </goals>
                                         </execution>
                                 </executions>
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 b5013ad..af48cfd 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
@@ -30,15 +30,15 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
-            <id>source-feature</id>
+            <id>feature-source</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
             <configuration>
               <excludes>
diff --git a/xpath/features/pom.xml b/xpath/features/pom.xml
index fefece0..a77de5f 100644
--- a/xpath/features/pom.xml
+++ b/xpath/features/pom.xml
@@ -27,15 +27,15 @@
         <build>
                 <plugins>
                         <plugin>
-                                <groupId>org.eclipse.tycho.extras</groupId>
-                                <artifactId>tycho-source-feature-plugin</artifactId>
-                                <version>${tycho-extras.version}</version>
+                                <groupId>org.eclipse.tycho</groupId>
+                                <artifactId>tycho-source-plugin</artifactId>
+                                <version>${tycho.version}</version>
                                 <executions>
                                         <execution>
-                                                <id>source-feature</id>
+                                                <id>feature-source</id>
                                                 <phase>package</phase>
                                                 <goals>
-                                                        <goal>source-feature</goal>
+                                                        <goal>feature-source</goal>
                                                 </goals>
                                         </execution>
                                 </executions>
diff --git a/xsl/features/pom.xml b/xsl/features/pom.xml
index 5c0b246..ac7d740 100644
--- a/xsl/features/pom.xml
+++ b/xsl/features/pom.xml
@@ -27,15 +27,15 @@
         <build>
                 <plugins>
                         <plugin>
-                                <groupId>org.eclipse.tycho.extras</groupId>
-                                <artifactId>tycho-source-feature-plugin</artifactId>
-                                <version>${tycho-extras.version}</version>
+                                <groupId>org.eclipse.tycho</groupId>
+                                <artifactId>tycho-source-plugin</artifactId>
+                                <version>${tycho.version}</version>
                                 <executions>
                                         <execution>
-                                                <id>source-feature</id>
+                                                <id>feature-source</id>
                                                 <phase>package</phase>
                                                 <goals>
-                                                        <goal>source-feature</goal>
+                                                        <goal>feature-source</goal>
                                                 </goals>
                                         </execution>
                                 </executions>