Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/org.eclipse.cdt.doc.isv/pom.xml9
-rw-r--r--doc/org.eclipse.cdt.doc.user/pom.xml9
2 files changed, 2 insertions, 16 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/pom.xml b/doc/org.eclipse.cdt.doc.isv/pom.xml
index ae3dcfb2fa2..80815e0d4d1 100644
--- a/doc/org.eclipse.cdt.doc.isv/pom.xml
+++ b/doc/org.eclipse.cdt.doc.isv/pom.xml
@@ -14,14 +14,6 @@
<artifactId>org.eclipse.cdt.doc.isv</artifactId>
<packaging>eclipse-plugin</packaging>
- <!-- Remove when the tycho-eclipserun-plugin is in Maven central repo -->
- <pluginRepositories>
- <pluginRepository>
- <id>oss-sonatype-releases</id>
- <url>https://oss.sonatype.org/content/repositories/releases/</url>
- </pluginRepository>
- </pluginRepositories>
-
<build>
<plugins>
<plugin>
@@ -40,6 +32,7 @@
</executions>
</plugin>
<plugin>
+ <!-- Change to groupId org.eclipse.tycho.extra after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>
diff --git a/doc/org.eclipse.cdt.doc.user/pom.xml b/doc/org.eclipse.cdt.doc.user/pom.xml
index 570a29c1d18..58ee57aef2e 100644
--- a/doc/org.eclipse.cdt.doc.user/pom.xml
+++ b/doc/org.eclipse.cdt.doc.user/pom.xml
@@ -13,14 +13,6 @@
<version>5.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.doc.user</artifactId>
<packaging>eclipse-plugin</packaging>
-
- <!-- Remove when the tycho-eclipserun-plugin is in Maven central repo -->
- <pluginRepositories>
- <pluginRepository>
- <id>oss-sonatype-releases</id>
- <url>https://oss.sonatype.org/content/repositories/releases/</url>
- </pluginRepository>
- </pluginRepositories>
<build>
<plugins>
@@ -40,6 +32,7 @@
</executions>
</plugin>
<plugin>
+ <!-- Change to groupId org.eclipse.tycho.extra after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>

Back to the top