Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-12-12 15:41:25 +0000
committerJonah Graham2019-12-12 15:41:25 +0000
commit8aade0b6b6a1d9bdb0c3cf90cb626586a70e060a (patch)
treee5061764dcd3ea2720c8ea99a847a17543dbb4c3
parente540b4e319f93ebc3fbd1c4293e9a8d38e900c5d (diff)
downloadorg.eclipse.cdt-cdt_9_10.tar.gz
org.eclipse.cdt-cdt_9_10.tar.xz
org.eclipse.cdt-cdt_9_10.zip
[releng] Use staging repo to build standalone debuggercdt_9_10
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ccb2f3ea7b7..a44a6c89785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<cbi-plugins.version>1.1.7</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://ci.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
- <simrel-site>https://download.eclipse.org/releases/2019-12</simrel-site>
+ <simrel-site>https://download.eclipse.org/staging/2019-12/</simrel-site>
<repo-path>tools/cdt/builds/master/nightly</repo-path>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>

Back to the top