Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-05-31 16:27:18 +0000
committerJonah Graham2019-05-31 16:27:18 +0000
commit67f0b785c4ebafa2956b9f48e5153468ee3ad8fc (patch)
tree7085ffdce12b4e62b1ea5546b130c30873763ae0
parent6f519d968a8b3359f738eaffd66d8a2634be9865 (diff)
downloadorg.eclipse.cdt-67f0b785c4ebafa2956b9f48e5153468ee3ad8fc.tar.gz
org.eclipse.cdt-67f0b785c4ebafa2956b9f48e5153468ee3ad8fc.tar.xz
org.eclipse.cdt-67f0b785c4ebafa2956b9f48e5153468ee3ad8fc.zip
[releng] update comparator repo
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 51ead3ec3c6..4ec400415cc 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://download.eclipse.org/tools/cdt/releases/9.7/cdt-9.7.0/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/tools/cdt/releases/9.7/cdt-9.7.2/</comparator.repo>
<compare-version-with-baselines.skip>false</compare-version-with-baselines.skip>
<!--
Valid options: error, warning, and ignore

Back to the top