Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Riley2019-04-04 20:59:24 +0000
committerWilliam Riley2019-04-04 21:08:23 +0000
commit174aaa05a3121f5268913105191f2469045ac406 (patch)
tree452f1bd38cbd2ea0ff80a6a78b0b7c369b1596c8 /pom.xml
parent670f056354f000c94c3e8ff741fd912eb8591eca (diff)
downloadorg.eclipse.cdt-174aaa05a3121f5268913105191f2469045ac406.tar.gz
org.eclipse.cdt-174aaa05a3121f5268913105191f2469045ac406.tar.xz
org.eclipse.cdt-174aaa05a3121f5268913105191f2469045ac406.zip
[releng] Fix baseline repo location
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a0598491ff3..46becd90391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.10/</help-docs-eclipserun-repo>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
- <comparator.repo>https://ci.eclipse.org/cdt/job/cdt-9.7/3/artifact/releng/org.eclipse.cdt.repo/target/repository/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/tools/cdt/releases/9.7/cdt-9.7.0/</comparator.repo>
<compare-version-with-baselines.skip>false</compare-version-with-baselines.skip>
<!--
Valid options: error, warning, and ignore

Back to the top