From fd24db8526e239fa766014822a6e4a5a1ba4a021 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Thu, 22 Dec 2022 21:53:36 +0100 Subject: [PATCH] Use HTTPS in pom.xml where possible (#1602) Signed-off-by: Wouter Born --- bom/openhab-ui/pom.xml | 2 +- bom/pom.xml | 2 +- bundles/org.openhab.ui.basic/pom.xml | 2 +- bundles/org.openhab.ui.cometvisu.php/pom.xml | 2 +- bundles/org.openhab.ui.cometvisu/pom.xml | 2 +- bundles/org.openhab.ui.habot/pom.xml | 2 +- bundles/org.openhab.ui.habpanel/pom.xml | 2 +- bundles/org.openhab.ui.iconset.classic/pom.xml | 2 +- bundles/org.openhab.ui/pom.xml | 2 +- bundles/pom.xml | 2 +- features/openhab-ui/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bom/openhab-ui/pom.xml b/bom/openhab-ui/pom.xml index 8b22a7535..4163b2ec4 100644 --- a/bom/openhab-ui/pom.xml +++ b/bom/openhab-ui/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index b555355da..4f852a18b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/org.openhab.ui.basic/pom.xml b/bundles/org.openhab.ui.basic/pom.xml index 88ecf041b..c478a0018 100644 --- a/bundles/org.openhab.ui.basic/pom.xml +++ b/bundles/org.openhab.ui.basic/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/org.openhab.ui.cometvisu.php/pom.xml b/bundles/org.openhab.ui.cometvisu.php/pom.xml index 3dbb74faf..6d50b80f4 100644 --- a/bundles/org.openhab.ui.cometvisu.php/pom.xml +++ b/bundles/org.openhab.ui.cometvisu.php/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/org.openhab.ui.cometvisu/pom.xml b/bundles/org.openhab.ui.cometvisu/pom.xml index cef070f9a..f922add5f 100644 --- a/bundles/org.openhab.ui.cometvisu/pom.xml +++ b/bundles/org.openhab.ui.cometvisu/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/org.openhab.ui.habot/pom.xml b/bundles/org.openhab.ui.habot/pom.xml index 1af35f3fe..44c9e959e 100644 --- a/bundles/org.openhab.ui.habot/pom.xml +++ b/bundles/org.openhab.ui.habot/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.openhab.ui.bundles diff --git a/bundles/org.openhab.ui.habpanel/pom.xml b/bundles/org.openhab.ui.habpanel/pom.xml index 030bbd56e..98fc43756 100755 --- a/bundles/org.openhab.ui.habpanel/pom.xml +++ b/bundles/org.openhab.ui.habpanel/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/org.openhab.ui.iconset.classic/pom.xml b/bundles/org.openhab.ui.iconset.classic/pom.xml index 4e57cd2bd..f0055a1ee 100644 --- a/bundles/org.openhab.ui.iconset.classic/pom.xml +++ b/bundles/org.openhab.ui.iconset.classic/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/org.openhab.ui/pom.xml b/bundles/org.openhab.ui/pom.xml index 41a8fee33..c29abec59 100644 --- a/bundles/org.openhab.ui/pom.xml +++ b/bundles/org.openhab.ui/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/bundles/pom.xml b/bundles/pom.xml index 557906344..3f6d7cf67 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/features/openhab-ui/pom.xml b/features/openhab-ui/pom.xml index f4720a427..fa5266719 100644 --- a/features/openhab-ui/pom.xml +++ b/features/openhab-ui/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index 82ec1e33e..aaa7e5ff9 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/pom.xml b/pom.xml index 921b7b550..de4eb42c5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -20,7 +20,7 @@ openHAB.org - http://www.openhab.org + https://www.openhab.org