[582204] Update userdoc and feature poms Change-Id: Iff39c944494f9354e17cc93fcad8e12a93425560
diff --git a/features/org.eclipse.wst.server_userdoc.feature/pom.xml b/features/org.eclipse.wst.server_userdoc.feature/pom.xml index 9776d67..9a5361f 100644 --- a/features/org.eclipse.wst.server_userdoc.feature/pom.xml +++ b/features/org.eclipse.wst.server_userdoc.feature/pom.xml
@@ -29,14 +29,14 @@ <plugins> <plugin> <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> + <artifactId>tycho-source-plugin</artifactId> <version>${tycho-extras.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/features/pom.xml b/features/pom.xml index a2adfc8..c76864a 100644 --- a/features/pom.xml +++ b/features/pom.xml
@@ -47,14 +47,14 @@ <plugins> <plugin> <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> + <artifactId>tycho-source-plugin</artifactId> <version>${tycho-extras.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>