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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -898,7 +898,7 @@ <repositories> <repository> <id>vaadin-prereleases</id> - <url>http://maven.vaadin.com/vaadin-prereleases</url> + <url>https://maven.vaadin.com/vaadin-prereleases</url> </repository> </repositories> <build> |