Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2019-03-08 16:01:33 +0000
committernickboldt2019-03-08 16:01:33 +0000
commit9b1bd3df1094ef76c4d60a262eef09a1b906f953 (patch)
treed48c53cdb8e42deac5dc40e35413f141c16745df
parent302732adfafcfd02f05285d1579d191c46698045 (diff)
downloadorg.eclipse.tm-9b1bd3df1094ef76c4d60a262eef09a1b906f953.tar.gz
org.eclipse.tm-9b1bd3df1094ef76c4d60a262eef09a1b906f953.tar.xz
org.eclipse.tm-9b1bd3df1094ef76c4d60a262eef09a1b906f953.zip
update to use CDT 9.7
Change-Id: Ib448463dd5fb9adeed7824cd429a5fd894d3fcb8 Signed-off-by: nickboldt <nboldt@redhat.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 07e70f6ac..5ac4121c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,13 +40,13 @@
<!-- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/</orbit-site> -->
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/latest-I/</orbit-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/builds/9.4</cdt-site>
+ <cdt-site>https://download.eclipse.org/tools/cdt/builds/9.7/nightly/</cdt-site>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/nightly/</remote-site>
<!-- <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/</remote-site> -->
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
<!-- TODO: remove dep on simrel site -->
- <platform-release-site>http://download.eclipse.org/staging/2018-09/</platform-release-site>
+ <platform-release-site>http://download.eclipse.org/staging/2018-12/</platform-release-site>
</properties>

Back to the top