diff options
-rw-r--r-- | bom/pom.xml | 2 | ||||
-rw-r--r-- | documentation/addons/addons-eclipse.asciidoc | 2 | ||||
-rw-r--r-- | documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | scripts/GeneratePublishReportPart1.py | 4 | ||||
-rw-r--r-- | test/pom.xml | 4 | ||||
-rw-r--r-- | test/servlet-containers/generic/build.xml | 2 | ||||
-rw-r--r-- | test/servlet-containers/generic/ivysettings.xml | 2 | ||||
-rw-r--r-- | test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml | 4 | ||||
-rw-r--r-- | test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml | 4 | ||||
-rw-r--r-- | testbench-api/pom.xml | 2 | ||||
-rw-r--r-- | uitest/pom.xml | 2 |
12 files changed, 16 insertions, 16 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> 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> .... @@ -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> diff --git a/scripts/GeneratePublishReportPart1.py b/scripts/GeneratePublishReportPart1.py index 737f8d675e..483fbf93cc 100644 --- a/scripts/GeneratePublishReportPart1.py +++ b/scripts/GeneratePublishReportPart1.py @@ -76,10 +76,10 @@ content = """<html> mavenUrl = "" if not prerelease: - mavenUrl = "http://repo1.maven.org/maven2/com/vaadin/vaadin-server/" + mavenUrl = "https://repo1.maven.org/maven2/com/vaadin/vaadin-server/" content += "<tr><td></td><td><a href='{mvnUrl}'>Check {ver} is published to maven.org (might take a while)</td></tr>".format(ver=args.version, mvnUrl=mavenUrl) else: - mavenUrl = "http://maven.vaadin.com/vaadin-prereleases/com/vaadin/vaadin-server/" + mavenUrl = "https://maven.vaadin.com/vaadin-prereleases/com/vaadin/vaadin-server/" content += "<tr><td></td><td><a href='{mvnUrl}'>Check {ver} is published as prerelease to maven.vaadin.com</td></tr>".format(ver=args.version, mvnUrl=mavenUrl) content += "<tr><td></td><td><a href=\"https://github.com/vaadin/framework/milestones\">Create milestone for next version in GitHub</a></td></tr>" 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> diff --git a/test/servlet-containers/generic/build.xml b/test/servlet-containers/generic/build.xml index 9cc90af0d6..61f915c833 100644 --- a/test/servlet-containers/generic/build.xml +++ b/test/servlet-containers/generic/build.xml @@ -18,7 +18,7 @@ location="${uitest.dir}/target/${module.name}-8.2-SNAPSHOT-jboss6.war" /> <!-- Need to give a default value to keep Ivy happy --> - <property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prereleases"/> + <property name="vaadin.build.repository" value="https://maven.vaadin.com/vaadin-prereleases"/> <target name="clean"> <fail unless="result.dir" message="No result.dir parameter given" /> diff --git a/test/servlet-containers/generic/ivysettings.xml b/test/servlet-containers/generic/ivysettings.xml index e807d3d36e..398710de6c 100644 --- a/test/servlet-containers/generic/ivysettings.xml +++ b/test/servlet-containers/generic/ivysettings.xml @@ -12,7 +12,7 @@ <resolvers> <ibiblio name="public" m2compatible="true" /> <ibiblio name="vaadin-addons" usepoms="true" - m2compatible="true" root="http://maven.vaadin.com/vaadin-addons" /> + m2compatible="true" root="https://maven.vaadin.com/vaadin-addons" /> <filesystem name="local-maven" m2compatible="true"> <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml index 17c841af0b..082cf0d23a 100644 --- a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml +++ b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml @@ -134,7 +134,7 @@ <repositories> <repository> <id>vaadin-prereleases</id> - <url>http://maven.vaadin.com/vaadin-prereleases</url> + <url>https://maven.vaadin.com/vaadin-prereleases</url> </repository> <repository> <id>vaadin-snapshots</id> @@ -150,7 +150,7 @@ <pluginRepositories> <pluginRepository> <id>vaadin-prereleases</id> - <url>http://maven.vaadin.com/vaadin-prereleases</url> + <url>https://maven.vaadin.com/vaadin-prereleases</url> </pluginRepository> <pluginRepository> <id>vaadin-snapshots</id> diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml index 113957afe7..d760f106d8 100644 --- a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml +++ b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml @@ -126,7 +126,7 @@ <repositories> <repository> <id>vaadin-prereleases</id> - <url>http://maven.vaadin.com/vaadin-prereleases</url> + <url>https://maven.vaadin.com/vaadin-prereleases</url> </repository> <repository> <id>vaadin-snapshots</id> @@ -142,7 +142,7 @@ <pluginRepositories> <pluginRepository> <id>vaadin-prereleases</id> - <url>http://maven.vaadin.com/vaadin-prereleases</url> + <url>https://maven.vaadin.com/vaadin-prereleases</url> </pluginRepository> <pluginRepository> <id>vaadin-snapshots</id> diff --git a/testbench-api/pom.xml b/testbench-api/pom.xml index a16dbb7303..cf691db050 100644 --- a/testbench-api/pom.xml +++ b/testbench-api/pom.xml @@ -29,7 +29,7 @@ <repositories> <repository> <id>vaadin-addons</id> - <url>http://maven.vaadin.com/vaadin-addons</url> + <url>https://maven.vaadin.com/vaadin-addons</url> </repository> </repositories> diff --git a/uitest/pom.xml b/uitest/pom.xml index 239dc9c8f3..3c93b4a811 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -26,7 +26,7 @@ <repositories> <repository> <id>vaadin-addons</id> - <url>http://maven.vaadin.com/vaadin-addons</url> + <url>https://maven.vaadin.com/vaadin-addons</url> </repository> </repositories> |