diff options
author | Stéphane Nicoll <stephane.nicoll@gmail.com> | 2019-07-29 08:45:31 +0200 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-07-29 09:45:31 +0300 |
commit | d2443b0a82505b2d4566fbd3a7f849e50afc07d3 (patch) | |
tree | 2e21b5515fe679b1b1a3e5386d53473540a8a562 /test/pom.xml | |
parent | 386c5cea7659a012bdf5cc4b61c352336bff8d2f (diff) | |
download | vaadin-framework-d2443b0a82505b2d4566fbd3a7f849e50afc07d3.tar.gz vaadin-framework-d2443b0a82505b2d4566fbd3a7f849e50afc07d3.zip |
Use https for Maven repositories (#11668)
* Use https for Maven repositories
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |