aboutsummaryrefslogtreecommitdiffstats
path: root/testbench-api
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-30 16:12:37 +0300
commitaedb3386422c6b7f10271aa6994a10122364a664 (patch)
tree2e21b5515fe679b1b1a3e5386d53473540a8a562 /testbench-api
parentd01da7e7fcf57ffe67628f732d9dbde2a8ba0914 (diff)
downloadvaadin-framework-aedb3386422c6b7f10271aa6994a10122364a664.tar.gz
vaadin-framework-aedb3386422c6b7f10271aa6994a10122364a664.zip
Use https for Maven repositories (#11668)
* Use https for Maven repositories
Diffstat (limited to 'testbench-api')
-rw-r--r--testbench-api/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbench-api/pom.xml b/testbench-api/pom.xml
index a16dbb7303..cf691db050 100644
--- a/testbench-api/pom.xml
+++ b/testbench-api/pom.xml
@@ -29,7 +29,7 @@
<repositories>
<repository>
<id>vaadin-addons</id>
- <url>http://maven.vaadin.com/vaadin-addons</url>
+ <url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
</repositories>