Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2018-06-11 20:48:24 +0000
committernickboldt2018-06-11 20:48:24 +0000
commit7afdd76187c4ee8c054c1891556d6c4a32487968 (patch)
tree5dd0c5899f7c5457a57875153e83bb3c171841ca
parent121bc1f3ea828cf625634b25221ca1a8b3c73574 (diff)
downloadorg.eclipse.tm-7afdd76187c4ee8c054c1891556d6c4a32487968.tar.gz
org.eclipse.tm-7afdd76187c4ee8c054c1891556d6c4a32487968.tar.xz
org.eclipse.tm-7afdd76187c4ee8c054c1891556d6c4a32487968.zip
update photon requirements to latest photon staging, Orbit R20180606145124, tm 3.7.100-SNAPSHOT
Change-Id: Id8d3fbae6a05471b3deac2ec166323f94ea1ca96 Signed-off-by: nickboldt <nboldt@redhat.com>
-rw-r--r--admin/pom-config.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 71de01d02..b1e043063 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -252,11 +252,14 @@
<properties>
<terminal-stream>photon</terminal-stream>
<sdk-version>4.8</sdk-version>
- <platform-site>http://download.eclipse.org/eclipse/updates/4.8milestones</platform-site>
- <platform-release-site>http://download.eclipse.org/releases/photon</platform-release-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20180119201206/repository</orbit-site>
- <tm-site>http://download.eclipse.org/tm/updates/4.3milestones</tm-site>
- <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</remote-site>
+ <platform-site>http://download.eclipse.org/eclipse/updates/4.8milestones/</platform-site>
+ <platform-release-site>http://download.eclipse.org/staging/photon/</platform-release-site>
+ <!-- <platform-release-site>http://download.eclipse.org/releases/photon/</platform-release-site> -->
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/</orbit-site>
+ <tm-site>http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/</tm-site>
+ <!-- <tm-site>http://download.eclipse.org/tm/updates/3.7.100/repository/</tm-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> -->
<cdt-site>http://download.eclipse.org/tools/cdt/builds/9.4</cdt-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>

Back to the top