summaryrefslogtreecommitdiffstats
path: root/documentation/addons
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/addons
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/addons')
-rw-r--r--documentation/addons/addons-eclipse.asciidoc2
1 files changed, 1 insertions, 1 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>
----