aboutsummaryrefslogtreecommitdiffstats
path: root/bom/pom.xml
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 /bom/pom.xml
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 'bom/pom.xml')
-rw-r--r--bom/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index e983f62056..d16e474dcd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -26,7 +26,7 @@
<repositories>
<repository>
<id>vaadin-snapshots</id>
- <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots</url>
+ <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots</url>
</repository>
</repositories>