[582204] Update for tycho extras to tycho change Change-Id: Icf62688574054aa18b10629bf6c4e186abf8a76e
diff --git a/features/org.eclipse.wst.server_userdoc.feature/pom.xml b/features/org.eclipse.wst.server_userdoc.feature/pom.xml index 9a5361f..3662790 100644 --- a/features/org.eclipse.wst.server_userdoc.feature/pom.xml +++ b/features/org.eclipse.wst.server_userdoc.feature/pom.xml
@@ -28,9 +28,9 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> + <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-source-plugin</artifactId> - <version>${tycho-extras.version}</version> + <version>${tycho.version}</version> <executions> <execution> <id>feature-source</id>
diff --git a/features/pom.xml b/features/pom.xml index c76864a..9dc9f40 100644 --- a/features/pom.xml +++ b/features/pom.xml
@@ -46,9 +46,9 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> + <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-source-plugin</artifactId> - <version>${tycho-extras.version}</version> + <version>${tycho.version}</version> <executions> <execution> <id>feature-source</id> @@ -75,4 +75,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>