Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-08-31 20:34:00 +0000
committerJonah Graham2020-08-31 22:24:33 +0000
commitcb4c20c6ab99e61fe50b9e889cb20e3c800ed3e9 (patch)
treeb9dd39e761ec9dfe68eb44d752ba0b8611eafca9
parent6df6856f675894126b5e1b7d759b81246e6ea996 (diff)
downloadorg.eclipse.cdt-cb4c20c6ab99e61fe50b9e889cb20e3c800ed3e9.tar.gz
org.eclipse.cdt-cb4c20c6ab99e61fe50b9e889cb20e3c800ed3e9.tar.xz
org.eclipse.cdt-cb4c20c6ab99e61fe50b9e889cb20e3c800ed3e9.zip
[releng] Update comparator repo to 9.11.1 release
The contents of p2 repo are the same, this URL is just the permanent one Change-Id: Ief8e6e1eb724f0aa5c8ab4eb99ff1f74d9204077
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 010f859c865..7ed3fa2bd17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<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/builds/9.11/cdt-9.11.1-2020-06-rc1</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/tools/cdt/releases/9.11/cdt-9.11.1</comparator.repo>
<!-- these parameters are to control baseline replace and compare. On a local build you want
to avoid baseline replace and compare, especially if you have different versions of Java than
the baseline was built with. This is the default.

Back to the top