From c7881b5a9894ee1fdb2fa9bc5dd37359533627b5 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 28 May 2018 22:46:59 +0100 Subject: [PATCH] Bug 535239: [releng] Update versions - dependency of orbit version updated to Photon M7 (and remove direct build against orbit-recipes Jenkins) - build against Photon platform (instead of simrel) to reduce any circular dependency issues - fix tycho-pomless version - update tools.templates to be 1.1.0 - Set zip file name to be standard naming scheme CDT uses Change-Id: If075e623317c9ac87df2cf67024cf6c35298c3f4 --- .mvn/extensions.xml | 2 +- bundles/pom.xml | 2 +- pom.xml | 16 +++------------- repo/pom.xml | 6 +++++- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9d93c39fd93..2e007209276 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -3,6 +3,6 @@ org.eclipse.tycho.extras tycho-pomless - 1.0.0 + 1.1.0 diff --git a/bundles/pom.xml b/bundles/pom.xml index e12a5fa4e41..8c820cfab9d 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -7,7 +7,7 @@ org.eclipse.tools.templates parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT bundle-parent diff --git a/pom.xml b/pom.xml index 6b5be7c098d..22e250a03fa 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.eclipse.tools.templates parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom @@ -32,14 +32,9 @@ - - eclipse - http://download.eclipse.org/releases/oxygen/ - p2 - platform - http://download.eclipse.org/eclipse/updates/4.7/ + http://download.eclipse.org/eclipse/updates/4.8milestones/ p2 @@ -49,12 +44,7 @@ orbit - http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ - p2 - - - orbit-recipes - https://hudson.eclipse.org/orbit/job/orbit-recipes/lastSuccessfulBuild/artifact/releng/repository/target/repository/ + http://download.eclipse.org/tools/orbit/downloads/drops/S20180504181223/repository/ p2 diff --git a/repo/pom.xml b/repo/pom.xml index 2c9419a067e..f4feb24b2fe 100644 --- a/repo/pom.xml +++ b/repo/pom.xml @@ -5,10 +5,14 @@ org.eclipse.tools.templates parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../pom.xml repo eclipse-repository + + + org.eclipse.tools.templates.repo +