You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/06/16 19:09:58 UTC

[tomee] branch master updated: Switches to https instead of http to avoid maven-default-http-blocker in CI env

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 849f5c4  Switches to https instead of http to avoid maven-default-http-blocker in CI env
849f5c4 is described below

commit 849f5c49edaf567e41fbc2c5736a4b1e4b34062a
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Jun 16 21:09:45 2021 +0200

    Switches to https instead of http to avoid maven-default-http-blocker in CI env
---
 examples/vaadin-lts-v10-simple/pom.xml | 4 ++--
 examples/vaadin-vxx-simple/pom.xml     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/vaadin-lts-v10-simple/pom.xml b/examples/vaadin-lts-v10-simple/pom.xml
index 646fb6f..45a97e9 100644
--- a/examples/vaadin-lts-v10-simple/pom.xml
+++ b/examples/vaadin-lts-v10-simple/pom.xml
@@ -58,12 +58,12 @@ http://maven.apache.org/plugins/maven-deploy-plugin/
     <!--Releases-->
     <repository>
       <id>vaadin-addons</id>
-      <url>http://maven.vaadin.com/vaadin-addons</url>
+      <url>https://maven.vaadin.com/vaadin-addons</url>
     </repository>
     <!--Pre-Releases-->
     <repository>
       <id>vaadin-prereleases</id>
-      <url>http://maven.vaadin.com/vaadin-prereleases</url>
+      <url>https://maven.vaadin.com/vaadin-prereleases</url>
     </repository>
   </repositories>
   <dependencyManagement>
diff --git a/examples/vaadin-vxx-simple/pom.xml b/examples/vaadin-vxx-simple/pom.xml
index 5a7debb..7a6e9c9 100644
--- a/examples/vaadin-vxx-simple/pom.xml
+++ b/examples/vaadin-vxx-simple/pom.xml
@@ -68,13 +68,13 @@ http://maven.apache.org/plugins/maven-deploy-plugin/
     <!--Releases-->
     <repository>
       <id>vaadin-addons</id>
-      <url>http://maven.vaadin.com/vaadin-addons</url>
+      <url>https://maven.vaadin.com/vaadin-addons</url>
     </repository>
 
     <!--Pre-Releases-->
     <repository>
       <id>vaadin-prereleases</id>
-      <url>http://maven.vaadin.com/vaadin-prereleases</url>
+      <url>https://maven.vaadin.com/vaadin-prereleases</url>
     </repository>
   </repositories>