Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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