Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2012-04-23 04:25:47 +0000
committerMarc-Andre Laperle2012-04-23 04:25:47 +0000
commit68b6f3dc90bf72b97eb6b3ed03b8079d9365eb00 (patch)
treea47d9b82a062ea6db958964a60b8014fb4637b96 /doc/org.eclipse.cdt.doc.isv/pom.xml
parent64ce186a2fc8df88da09b1688000a1cb529d47b1 (diff)
downloadorg.eclipse.cdt-68b6f3dc90bf72b97eb6b3ed03b8079d9365eb00.tar.gz
org.eclipse.cdt-68b6f3dc90bf72b97eb6b3ed03b8079d9365eb00.tar.xz
org.eclipse.cdt-68b6f3dc90bf72b97eb6b3ed03b8079d9365eb00.zip
Upgrade to Tycho 0.14.1
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv/pom.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/pom.xml b/doc/org.eclipse.cdt.doc.isv/pom.xml
index 80815e0d4d1..84b693b24d9 100644
--- a/doc/org.eclipse.cdt.doc.isv/pom.xml
+++ b/doc/org.eclipse.cdt.doc.isv/pom.xml
@@ -32,10 +32,9 @@
</executions>
</plugin>
<plugin>
- <!-- Change to groupId org.eclipse.tycho.extra 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 buildDoc.xml</appArgLine>
<dependencies>

Back to the top