From 401113c1eaa4dba0820d5db8c30331c87f9bf737 Mon Sep 17 00:00:00 2001 From: Andrei Arlou Date: Wed, 1 Feb 2023 19:23:53 +0200 Subject: [PATCH] Use https in pom.xml schemaLocation - iteration 1 (#5657) --- applications/mp/pom.xml | 4 ++-- common/common/pom.xml | 4 ++-- common/configurable/pom.xml | 4 ++-- common/context/pom.xml | 4 ++-- common/crypto/pom.xml | 4 ++-- common/http/pom.xml | 4 ++-- common/key-util/pom.xml | 4 ++-- common/mapper/pom.xml | 4 ++-- common/media-type/pom.xml | 4 ++-- common/pom.xml | 4 ++-- config/tests/test-mappers-1-common/pom.xml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/applications/mp/pom.xml b/applications/mp/pom.xml index ee1e9ff4d1d..db0915f1fb6 100644 --- a/applications/mp/pom.xml +++ b/applications/mp/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.helidon.applications diff --git a/common/common/pom.xml b/common/common/pom.xml index 7073e3494da..27174af2b14 100644 --- a/common/common/pom.xml +++ b/common/common/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.helidon.common diff --git a/common/configurable/pom.xml b/common/configurable/pom.xml index ff74c177d81..b1b9cb14ca7 100644 --- a/common/configurable/pom.xml +++ b/common/configurable/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> helidon-common-project io.helidon.common diff --git a/common/key-util/pom.xml b/common/key-util/pom.xml index 3df81905f03..c08eca441f9 100644 --- a/common/key-util/pom.xml +++ b/common/key-util/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.helidon.common diff --git a/common/pom.xml b/common/pom.xml index 83654d64b38..e459431f53f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.helidon diff --git a/config/tests/test-mappers-1-common/pom.xml b/config/tests/test-mappers-1-common/pom.xml index ede57f930ae..15dd1ef9662 100644 --- a/config/tests/test-mappers-1-common/pom.xml +++ b/config/tests/test-mappers-1-common/pom.xml @@ -1,7 +1,7 @@