Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'admin/pom-config.xml')
-rw-r--r--admin/pom-config.xml50
1 files changed, 25 insertions, 25 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index fa8443fae..0b2f5667b 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -29,8 +29,10 @@
<properties>
<!-- Define version id's to be used in the plugins section -->
+ <!-- We stick to tycho-0.22 since it supports Java 7 for building -->
+ <!-- See https://bugs.eclipse.org/bugs/show_bug.cgi?id=518104 for reference -->
<tycho-version>0.22.0</tycho-version>
- <tycho-extras-version>0.22.0</tycho-extras-version>
+ <tycho-extras-version>${tycho-version}</tycho-extras-version>
<maven-resources-version>2.7</maven-resources-version>
<maven-antrun-version>1.8</maven-antrun-version>
<gmaven-version>1.5</gmaven-version>
@@ -38,6 +40,8 @@
<findbugs-version>2.5.2</findbugs-version>
<!-- Check available versions at https://repository.sonatype.org/content/repositories/public/org/jacoco/jacoco-maven-plugin -->
<jacoco-version>0.7.4.201502262128</jacoco-version>
+ <!-- Needed by Jacoco, see http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
+ <tycho.testArgLine></tycho.testArgLine>
<eclipse-jarsigner-version>1.1.2</eclipse-jarsigner-version>
<!-- Common global properties -->
@@ -59,7 +63,7 @@
<cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site>
<tm-site>http://download.eclipse.org/tm/updates/4.0</tm-site>
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.0</terminal-site>
- <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.0</ptp-remote-site>
+ <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.0</remote-site>
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
@@ -102,8 +106,8 @@
<layout>p2</layout>
</repository>
<repository>
- <id>ptp-remote</id>
- <url>${ptp-remote-site}</url>
+ <id>remote</id>
+ <url>${remote-site}</url>
<layout>p2</layout>
</repository>
<repository>
@@ -136,7 +140,7 @@
<profiles>
<profile>
- <!-- Eclipse 4.3.x (Kepler) -->
+ <!-- Eclipse 4.3.2 (Kepler SR2), CDT 8.3.0 (Kepler SR2) -->
<id>kepler</id>
<properties>
@@ -145,38 +149,38 @@
</profile>
<profile>
- <!-- Eclipse 4.4 (Luna), CDT 8.4.0 (Luna) -->
+ <!-- Eclipse 4.4.2 (Luna SR2), CDT 8.6.0 (Luna SR2) -->
<id>luna</id>
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.4</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.6</cdt-site>
</properties>
</profile>
<profile>
- <!-- Eclipse 4.5 (Mars), CDT 8.7.0 (Mars) -->
+ <!-- Eclipse 4.5.2 (Mars.2), CDT 8.8.1 (Mars.2) -->
<id>mars</id>
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.5</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.7</cdt-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.8.1</cdt-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository</orbit-site>
</properties>
-
</profile>
<profile>
- <!-- Eclipse 4.6 (Neon 1), CDT 9.1.0 (Neon 1) -->
+ <!-- Eclipse 4.6.3 (Neon.3), CDT 9.2.1 (Neon.3) -->
<id>neon</id>
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/releases/9.1</cdt-site>
- <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.rc4</cdt-launchbar-site>
- <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.0</ptp-remote-site>
- <terminal-site>http://download.eclipse.org/tm/terminal/updates/4.1</terminal-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/releases/9.2</cdt-site>
+ <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.2</cdt-launchbar-site>
+ <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.1</remote-site>
+ <terminal-site>http://download.eclipse.org/tm/terminal/updates/4.2</terminal-site>
+ <tm-site>http://download.eclipse.org/tm/updates/4.2</tm-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20170307180635/repository</orbit-site>
</properties>
<repositories>
@@ -189,20 +193,16 @@
</profile>
<profile>
- <!-- Eclipse 4.7 (Oxygen), CDT 9.2 -->
+ <!-- Eclipse 4.7 (Oxygen), CDT 9.3 -->
<id>oxygen</id>
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.7milestones</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/builds/9.2/nightly</cdt-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/builds/oxygen/milestones</cdt-site>
<cdt-launchbar-site>https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository</cdt-launchbar-site>
- <!--
- <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</ptp-remote-site>
- 2.1.1 is really Neon.2, but necessary to fix broken 4.7-tests
- -->
- <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.1</ptp-remote-site>
- <terminal-site>http://download.eclipse.org/tm/terminal/updates/4.2milestones</terminal-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
+ <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</remote-site>
+ <terminal-site>http://download.eclipse.org/tm/terminal/updates/4.3milestones</terminal-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository</orbit-site>
</properties>
<repositories>

Back to the top