Skip to content

Commit 6f8746e

Browse files
committed
Bring optional p2 update sites up to date
The simrel and cdt update sites can be used to run partial builds and are not used by default when doing builds. This change brings those URLs up to date.
1 parent 01d6b54 commit 6f8746e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<tycho-version>4.0.6</tycho-version>
2626
<cbi-plugins.version>1.4.3</cbi-plugins.version>
2727
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
28-
<cdt-site>http://ci.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
29-
<simrel-site>https://download.eclipse.org/staging/2023-12/</simrel-site>
28+
<cdt-site>https://ci.eclipse.org/cdt/job/cdt/job/main/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
29+
<simrel-site>https://download.eclipse.org/staging/2024-06/</simrel-site>
3030
<repo-path>tools/cdt/builds/master/nightly</repo-path>
3131
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3232
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>

0 commit comments

Comments
 (0)