1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[releng] Update to Photon (4.8) as target platform

Includes upgrading Tycho version

Change-Id: I773b64a839580bb755413ef8eede4e831f4d0f8a
This commit is contained in:
Jonah Graham 2018-07-23 19:46:27 +01:00
parent a62d2ae89b
commit 1a1cbf62b8

12
pom.xml
View file

@ -14,12 +14,12 @@
<packaging>pom</packaging>
<properties>
<tycho-version>1.1.0</tycho-version>
<tycho-extras-version>1.1.0</tycho-extras-version>
<tycho-version>1.2.0</tycho-version>
<tycho-extras-version>1.2.0</tycho-extras-version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7</help-docs-eclipserun-repo>
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.8</help-docs-eclipserun-repo>
</properties>
<licenses>
@ -39,7 +39,7 @@
<repositories>
<repository>
<id>platform</id>
<url>http://download.eclipse.org/eclipse/updates/4.7/</url>
<url>http://download.eclipse.org/eclipse/updates/4.8/</url>
<layout>p2</layout>
</repository>
<repository>
@ -49,12 +49,12 @@
</repository>
<repository>
<id>cdt</id>
<url>http://download.eclipse.org/tools/cdt/releases/9.4/</url>
<url>http://download.eclipse.org/tools/cdt/releases/9.5/</url>
<layout>p2</layout>
</repository>
<repository>
<id>remote</id>
<url>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones/</url>
<url>http://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/</url>
<layout>p2</layout>
</repository>
<repository>