Update build configuration for RAP Runtime 3.12.0 M1

- Use Eclipse Platform build S-4.15M1-202001100905
- Use Eclipse Orbit p2 repository for 2020-03
- Use Eclipse RAP extra repo for RAP 3.12
- Switch to secure SSL p2 repository URLs

Change-Id: I4da80f251089bd02208a9232a63a574cc21d1491
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
diff --git a/features/org.eclipse.rap.e4.equinox.target.feature/.forceQualifierUpdate b/features/org.eclipse.rap.e4.equinox.target.feature/.forceQualifierUpdate
index 98aa8f0..89cc974 100644
--- a/features/org.eclipse.rap.e4.equinox.target.feature/.forceQualifierUpdate
+++ b/features/org.eclipse.rap.e4.equinox.target.feature/.forceQualifierUpdate
@@ -1 +1 @@
-2019-12-11T12:00:00+00:00
+2020-01-14T12:00:00+00:00
diff --git a/features/org.eclipse.rap.equinox.target.feature/.forceQualifierUpdate b/features/org.eclipse.rap.equinox.target.feature/.forceQualifierUpdate
index 98aa8f0..89cc974 100644
--- a/features/org.eclipse.rap.equinox.target.feature/.forceQualifierUpdate
+++ b/features/org.eclipse.rap.equinox.target.feature/.forceQualifierUpdate
@@ -1 +1 @@
-2019-12-11T12:00:00+00:00
+2020-01-14T12:00:00+00:00
diff --git a/releng/org.eclipse.rap.build/pom.xml b/releng/org.eclipse.rap.build/pom.xml
index f47b70b..1f8b647 100644
--- a/releng/org.eclipse.rap.build/pom.xml
+++ b/releng/org.eclipse.rap.build/pom.xml
@@ -29,11 +29,11 @@
     <tycho-baseline-repo.url>http://download.eclipse.org/rt/rap/3.2/</tycho-baseline-repo.url>
      -->
     <cbi-plugins.version>1.1.2</cbi-plugins.version>
-    <jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.24.v20191120/</jetty-repo.url>
-    <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/</orbit-repo.url>
-    <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/</platform-repo.url>
-    <rap-extra-repo.url>http://build.eclipse.org/rt/rap/base-platforms/3.11/extra-dependencies/</rap-extra-repo.url>
-    <license-repo.url>http://download.eclipse.org/cbi/updates/license/</license-repo.url>
+    <jetty-repo.url>https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.24.v20191120/</jetty-repo.url>
+    <orbit-repo.url>https://download.eclipse.org/tools/orbit/downloads/2020-03/</orbit-repo.url>
+    <platform-repo.url>https://download.eclipse.org/eclipse/updates/4.15milestones/S-4.15M1-202001100905/</platform-repo.url>
+    <rap-extra-repo.url>https://build.eclipse.org/rt/rap/base-platforms/3.12/extra-dependencies/</rap-extra-repo.url>
+    <license-repo.url>https://download.eclipse.org/cbi/updates/license/</license-repo.url>
     <!-- The build type, N for nighty builds, S for stable builds. S-builds will be signed. -->
     <buildType>N</buildType>
     <build>${maven.build.timestamp}</build>