Bug 578536 - Stop pointing to http://download.eclipse.org

Use https instead

Change-Id: Ief057b6176f51576c129957b72308c2c6c1d14cf
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/190655
Tested-by: Platform Bot <platform-bot@eclipse.org>
diff --git a/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index 58c51d9..8ba9651 100644
--- a/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: User Assistance Test
 Bundle-SymbolicName: org.eclipse.ua.tests;singleton:=true
-Bundle-Version: 3.5.100.qualifier
+Bundle-Version: 3.5.200.qualifier
 Bundle-Activator: org.eclipse.ua.tests.plugin.UserAssistanceTestPlugin
 Require-Bundle: org.junit,
  org.eclipse.core.resources,
diff --git a/org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm b/org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm
index d07c8be..d27957f 100644
--- a/org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm
+++ b/org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm
@@ -36,7 +36,7 @@
 directory.</li>
   <li>Download org.eclipse.equinox.http.servletbridge_&lt;version&gt;.jar and 
   org.eclipse.equinox.servletbridge_&lt;version&gt;.jar from the
-  <a href="http://download.eclipse.org/eclipse/equinox/">equinox download site</a>. 
+  <a href="https://download.eclipse.org/eclipse/equinox/">equinox download site</a>. 
   Select a version of Equinox that matches the version of Eclipse you are 
   running to take you to the downloads page.</li>
   <li>Extract servletbridge.jar from org.eclipse.equinox.servletbridge_&lt;version&gt;.jar.</li>
diff --git a/org.eclipse.ua.tests/pom.xml b/org.eclipse.ua.tests/pom.xml
index 4cc7208..1c308ed 100644
--- a/org.eclipse.ua.tests/pom.xml
+++ b/org.eclipse.ua.tests/pom.xml
@@ -19,7 +19,7 @@
   </parent>
   <groupId>org.eclipse.ua</groupId>
   <artifactId>org.eclipse.ua.tests</artifactId>
-  <version>3.5.100-SNAPSHOT</version>
+  <version>3.5.200-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <properties>