Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-06-19 18:09:07 +0000
committerJonah Graham2019-06-19 22:00:13 +0000
commit6dd16e029efcc4a9d4d5da4054787424c578ba79 (patch)
tree35cdf493adcdc36ad295c05c5322328eed704203
parentbfe176db199d1a3cafc601e48a4de884ddfb5680 (diff)
downloadorg.eclipse.cdt-6dd16e029efcc4a9d4d5da4054787424c578ba79.tar.gz
org.eclipse.cdt-6dd16e029efcc4a9d4d5da4054787424c578ba79.tar.xz
org.eclipse.cdt-6dd16e029efcc4a9d4d5da4054787424c578ba79.zip
[releng] Update comparator repo to 9.8.0 release
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 285d7c8378b..c4fa1ef3c42 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.2/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/</comparator.repo>
<compare-version-with-baselines.skip>false</compare-version-with-baselines.skip>
<!--
Valid options: error, warning, and ignore

Back to the top