Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2022-02-10 10:15:19 +0000
committerAlexander Kurtakov2022-02-10 12:04:21 +0000
commit90f377147bb8c56494a0eca5cdf3c2ef0be6cac3 (patch)
tree7cd20f41db83335cbc96c38a97e5b8b97f307796
parent37cac8be4b66dea0844e1cce722c29fc2c52f793 (diff)
downloadeclipse.platform.ua-I20220218-1800.tar.gz
eclipse.platform.ua-I20220218-1800.tar.xz
eclipse.platform.ua-I20220218-1800.zip
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>
-rw-r--r--org.eclipse.ua.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm2
-rw-r--r--org.eclipse.ua.tests/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index 58c51d9f2..8ba9651a9 100644
--- a/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
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 d07c8be42..d27957f48 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 @@ was unzipped.</li>
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 4cc72089d..1c308edb6 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>

Back to the top