Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 a1e8bfc1eeb..032fee32ee9 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>http://download.eclipse.org/tools/cdt/releases/9.6/cdt-9.6.0/</comparator.repo>
+ <comparator.repo>http://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