aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStéphane Nicoll <stephane.nicoll@gmail.com>2019-07-29 08:45:31 +0200
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>2019-07-29 09:45:31 +0300
commitd2443b0a82505b2d4566fbd3a7f849e50afc07d3 (patch)
tree2e21b5515fe679b1b1a3e5386d53473540a8a562 /test
parent386c5cea7659a012bdf5cc4b61c352336bff8d2f (diff)
downloadvaadin-framework-d2443b0a82505b2d4566fbd3a7f849e50afc07d3.tar.gz
vaadin-framework-d2443b0a82505b2d4566fbd3a7f849e50afc07d3.zip
Use https for Maven repositories (#11668)
* Use https for Maven repositories
Diffstat (limited to 'test')
-rw-r--r--test/pom.xml4
-rw-r--r--test/servlet-containers/generic/build.xml2
-rw-r--r--test/servlet-containers/generic/ivysettings.xml2
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml4
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml4
5 files changed, 8 insertions, 8 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 496e1a2484..fcbb9360b1 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -41,11 +41,11 @@
</repository>
<repository>
<id>vaadin-addons</id>
- <url>http://maven.vaadin.com/vaadin-addons</url>
+ <url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
<repository>
<id>vaadin-prereleases</id>
- <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ <url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
</repositories>
diff --git a/test/servlet-containers/generic/build.xml b/test/servlet-containers/generic/build.xml
index 9cc90af0d6..61f915c833 100644
--- a/test/servlet-containers/generic/build.xml
+++ b/test/servlet-containers/generic/build.xml
@@ -18,7 +18,7 @@
location="${uitest.dir}/target/${module.name}-8.2-SNAPSHOT-jboss6.war" />
<!-- Need to give a default value to keep Ivy happy -->
- <property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prereleases"/>
+ <property name="vaadin.build.repository" value="https://maven.vaadin.com/vaadin-prereleases"/>
<target name="clean">
<fail unless="result.dir" message="No result.dir parameter given" />
diff --git a/test/servlet-containers/generic/ivysettings.xml b/test/servlet-containers/generic/ivysettings.xml
index e807d3d36e..398710de6c 100644
--- a/test/servlet-containers/generic/ivysettings.xml
+++ b/test/servlet-containers/generic/ivysettings.xml
@@ -12,7 +12,7 @@
<resolvers>
<ibiblio name="public" m2compatible="true" />
<ibiblio name="vaadin-addons" usepoms="true"
- m2compatible="true" root="http://maven.vaadin.com/vaadin-addons" />
+ m2compatible="true" root="https://maven.vaadin.com/vaadin-addons" />
<filesystem name="local-maven" m2compatible="true">
<artifact
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
index 17c841af0b..082cf0d23a 100644
--- a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
+++ b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
@@ -134,7 +134,7 @@
<repositories>
<repository>
<id>vaadin-prereleases</id>
- <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ <url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<repository>
<id>vaadin-snapshots</id>
@@ -150,7 +150,7 @@
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
- <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ <url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
<pluginRepository>
<id>vaadin-snapshots</id>
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
index 113957afe7..d760f106d8 100644
--- a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
+++ b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
@@ -126,7 +126,7 @@
<repositories>
<repository>
<id>vaadin-prereleases</id>
- <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ <url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<repository>
<id>vaadin-snapshots</id>
@@ -142,7 +142,7 @@
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
- <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ <url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
<pluginRepository>
<id>vaadin-snapshots</id>