Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.autotools.docs/pom.xml')
-rw-r--r--build/org.eclipse.cdt.autotools.docs/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.autotools.docs/pom.xml b/build/org.eclipse.cdt.autotools.docs/pom.xml
index 2653716ae0a..71e6d764e09 100644
--- a/build/org.eclipse.cdt.autotools.docs/pom.xml
+++ b/build/org.eclipse.cdt.autotools.docs/pom.xml
@@ -18,10 +18,9 @@
<build>
<plugins>
<plugin>
- <!-- Change to groupId org.eclipse.tycho.extras after upgrade to Tycho 0.14 -->
- <groupId>com.google.code.tycho-eclipserun-plugin</groupId>
+ <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
- <version>${tycho-version}</version>
+ <version>${tycho-extras-version}</version>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build-index.xml build.index</appArgLine>
<dependencies>

Back to the top