aboutsummaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/karaf
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/servlet-containers/karaf
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/servlet-containers/karaf')
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml4
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml4
2 files changed, 4 insertions, 4 deletions
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>