aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
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 /documentation
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 'documentation')
-rw-r--r--documentation/addons/addons-eclipse.asciidoc2
-rw-r--r--documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/addons/addons-eclipse.asciidoc b/documentation/addons/addons-eclipse.asciidoc
index 4bed0d43fe..85f98d2984 100644
--- a/documentation/addons/addons-eclipse.asciidoc
+++ b/documentation/addons/addons-eclipse.asciidoc
@@ -46,7 +46,7 @@ wizard in Eclipse. If not, copy it there.
<ibiblio name="vaadin-addons"
usepoms="true"
m2compatible="true"
- root="http://maven.vaadin.com/vaadin-addons"/>
+ root="https://maven.vaadin.com/vaadin-addons"/>
...
</chain>
----
diff --git a/documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc b/documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc
index 9ca2954ea3..4fe5e2cac7 100644
--- a/documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc
+++ b/documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc
@@ -60,7 +60,7 @@ add-on Maven repository yet, add it to the POM:
<repositories>
<repository>
<id>vaadin-addons</id>
- <url>http://maven.vaadin.com/vaadin-addons</url>
+ <url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
</repositories>
....