Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-02-10 20:44:06 +0000
committerJonah Graham2018-02-10 20:45:25 +0000
commit0fdf3bc6c38da3146c4a47bfe335afcca95756bd (patch)
tree363247306c1a2e9ee3537ec01cf89772a262ea12
parent5fe2be43e7c7e21caa47d05413f4187173a11e1e (diff)
downloadorg.eclipse.cdt-0fdf3bc6c38da3146c4a47bfe335afcca95756bd.tar.gz
org.eclipse.cdt-0fdf3bc6c38da3146c4a47bfe335afcca95756bd.tar.xz
org.eclipse.cdt-0fdf3bc6c38da3146c4a47bfe335afcca95756bd.zip
[releng] correct nightly build location
Publish nightly 9.4 build to the correct location on download.eclipse.org. Change-Id: I6b2e439cf7cdc80f42e4b0ccbc273163ad6109bf
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0fce12f76c8..738b1b0dd60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<cbi-plugins.version>1.1.3</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
- <repo-path>tools/cdt/builds/master/nightly</repo-path>
+ <repo-path>tools/cdt/builds/9.4/nightly</repo-path>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.java.source>1.8</sonar.java.source>

Back to the top