From 99c74086a0283116048f5f126155967e39b1ac0f Mon Sep 17 00:00:00 2001 From: Andrei Arlou Date: Tue, 21 Feb 2023 03:22:58 +0200 Subject: [PATCH] [3.x]: Use https in pom.xml schemaLocation - iteration 8 (#6064) (#6236) --- examples/dbclient/pom.xml | 2 +- examples/integrations/microstream/pom.xml | 2 +- examples/jbatch/pom.xml | 2 +- examples/logging/jul/pom.xml | 2 +- examples/logging/log4j/pom.xml | 2 +- examples/logging/logback-aot/pom.xml | 2 +- examples/logging/pom.xml | 2 +- examples/logging/slf4j/pom.xml | 2 +- examples/messaging/jms-websocket-mp/pom.xml | 2 +- examples/messaging/jms-websocket-se/pom.xml | 2 +- examples/messaging/kafka-websocket-mp/pom.xml | 2 +- examples/messaging/oracle-aq-websocket-mp/pom.xml | 2 +- examples/metrics/exemplar/pom.xml | 2 +- examples/metrics/filtering/mp/pom.xml | 2 +- examples/metrics/filtering/pom.xml | 2 +- examples/metrics/filtering/se/pom.xml | 2 +- examples/metrics/http-status-count-se/pom.xml | 2 +- examples/metrics/kpi/pom.xml | 2 +- examples/metrics/pom.xml | 2 +- examples/webclient/pom.xml | 2 +- examples/webclient/standalone/pom.xml | 2 +- examples/webserver/streaming/pom.xml | 2 +- examples/webserver/threadpool/pom.xml | 2 +- examples/webserver/tls/pom.xml | 2 +- examples/webserver/tutorial/pom.xml | 2 +- examples/webserver/websocket/pom.xml | 2 +- logging/jul/pom.xml | 2 +- logging/log4j/pom.xml | 2 +- logging/pom.xml | 2 +- logging/slf4j/pom.xml | 2 +- messaging/messaging/pom.xml | 2 +- messaging/pom.xml | 2 +- microprofile/grpc/client/pom.xml | 4 ++-- microprofile/grpc/core/pom.xml | 4 ++-- microprofile/grpc/pom.xml | 4 ++-- microprofile/grpc/server/pom.xml | 4 ++-- microprofile/health/pom.xml | 4 ++-- security/providers/http-sign/pom.xml | 2 +- 38 files changed, 43 insertions(+), 43 deletions(-) diff --git a/examples/dbclient/pom.xml b/examples/dbclient/pom.xml index e28e1dc7ea9..0abaa450279 100644 --- a/examples/dbclient/pom.xml +++ b/examples/dbclient/pom.xml @@ -17,7 +17,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.examples diff --git a/examples/integrations/microstream/pom.xml b/examples/integrations/microstream/pom.xml index e0f7802ff27..74f6886d56e 100644 --- a/examples/integrations/microstream/pom.xml +++ b/examples/integrations/microstream/pom.xml @@ -18,7 +18,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.examples.integrations diff --git a/examples/jbatch/pom.xml b/examples/jbatch/pom.xml index 8a108e8bc89..cc244075284 100644 --- a/examples/jbatch/pom.xml +++ b/examples/jbatch/pom.xml @@ -18,7 +18,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/examples/logging/jul/pom.xml b/examples/logging/jul/pom.xml index 1804fc2656f..3635d7581e4 100644 --- a/examples/logging/jul/pom.xml +++ b/examples/logging/jul/pom.xml @@ -19,7 +19,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/examples/logging/log4j/pom.xml b/examples/logging/log4j/pom.xml index 2df1d11e61d..6c962d195c3 100644 --- a/examples/logging/log4j/pom.xml +++ b/examples/logging/log4j/pom.xml @@ -19,7 +19,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/examples/logging/logback-aot/pom.xml b/examples/logging/logback-aot/pom.xml index b46055602e5..764d177be0b 100644 --- a/examples/logging/logback-aot/pom.xml +++ b/examples/logging/logback-aot/pom.xml @@ -19,7 +19,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/examples/logging/pom.xml b/examples/logging/pom.xml index 5869b8767b2..31fe88e1ab9 100644 --- a/examples/logging/pom.xml +++ b/examples/logging/pom.xml @@ -19,7 +19,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.examples diff --git a/examples/logging/slf4j/pom.xml b/examples/logging/slf4j/pom.xml index a37315bfdb8..0ba957e076f 100644 --- a/examples/logging/slf4j/pom.xml +++ b/examples/logging/slf4j/pom.xml @@ -19,7 +19,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/examples/messaging/jms-websocket-mp/pom.xml b/examples/messaging/jms-websocket-mp/pom.xml index e330bec5edc..99b765c7409 100644 --- a/examples/messaging/jms-websocket-mp/pom.xml +++ b/examples/messaging/jms-websocket-mp/pom.xml @@ -18,7 +18,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/examples/messaging/jms-websocket-se/pom.xml b/examples/messaging/jms-websocket-se/pom.xml index 19c822c835a..2f08441795d 100644 --- a/examples/messaging/jms-websocket-se/pom.xml +++ b/examples/messaging/jms-websocket-se/pom.xml @@ -18,7 +18,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/examples/messaging/kafka-websocket-mp/pom.xml b/examples/messaging/kafka-websocket-mp/pom.xml index 144a66bca20..1c7ab0abfc6 100644 --- a/examples/messaging/kafka-websocket-mp/pom.xml +++ b/examples/messaging/kafka-websocket-mp/pom.xml @@ -18,7 +18,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/examples/messaging/oracle-aq-websocket-mp/pom.xml b/examples/messaging/oracle-aq-websocket-mp/pom.xml index 5efb51df09b..d9539a081e6 100644 --- a/examples/messaging/oracle-aq-websocket-mp/pom.xml +++ b/examples/messaging/oracle-aq-websocket-mp/pom.xml @@ -18,7 +18,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/examples/metrics/exemplar/pom.xml b/examples/metrics/exemplar/pom.xml index 1142eb8b79e..cdad5dcae56 100644 --- a/examples/metrics/exemplar/pom.xml +++ b/examples/metrics/exemplar/pom.xml @@ -18,7 +18,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.helidon.applications helidon-se diff --git a/examples/metrics/filtering/mp/pom.xml b/examples/metrics/filtering/mp/pom.xml index 39b6db9eeff..6d70ee6f7c8 100644 --- a/examples/metrics/filtering/mp/pom.xml +++ b/examples/metrics/filtering/mp/pom.xml @@ -17,7 +17,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.helidon.applications helidon-mp diff --git a/examples/metrics/filtering/pom.xml b/examples/metrics/filtering/pom.xml index a616105b51d..562485c4a62 100644 --- a/examples/metrics/filtering/pom.xml +++ b/examples/metrics/filtering/pom.xml @@ -19,7 +19,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> helidon-examples-metrics-project io.helidon.examples diff --git a/examples/metrics/filtering/se/pom.xml b/examples/metrics/filtering/se/pom.xml index 547f651e5f7..5db55726237 100644 --- a/examples/metrics/filtering/se/pom.xml +++ b/examples/metrics/filtering/se/pom.xml @@ -17,7 +17,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.helidon.applications helidon-se diff --git a/examples/metrics/http-status-count-se/pom.xml b/examples/metrics/http-status-count-se/pom.xml index e355b728b85..4f51ed86c6b 100644 --- a/examples/metrics/http-status-count-se/pom.xml +++ b/examples/metrics/http-status-count-se/pom.xml @@ -19,7 +19,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/examples/metrics/kpi/pom.xml b/examples/metrics/kpi/pom.xml index 83a1ccee147..8dbb9c080dc 100644 --- a/examples/metrics/kpi/pom.xml +++ b/examples/metrics/kpi/pom.xml @@ -17,7 +17,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.helidon.applications helidon-se diff --git a/examples/metrics/pom.xml b/examples/metrics/pom.xml index dcd3d785e24..513b1cc8094 100644 --- a/examples/metrics/pom.xml +++ b/examples/metrics/pom.xml @@ -19,7 +19,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> helidon-examples-project io.helidon.examples diff --git a/examples/webclient/pom.xml b/examples/webclient/pom.xml index a53c74087b0..18d75f7ae38 100644 --- a/examples/webclient/pom.xml +++ b/examples/webclient/pom.xml @@ -17,7 +17,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.examples diff --git a/examples/webclient/standalone/pom.xml b/examples/webclient/standalone/pom.xml index 539ba94e149..e7803918dc0 100644 --- a/examples/webclient/standalone/pom.xml +++ b/examples/webclient/standalone/pom.xml @@ -17,7 +17,7 @@ + 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/examples/webserver/streaming/pom.xml b/examples/webserver/streaming/pom.xml index fb96e5fea90..58c155eccfd 100644 --- a/examples/webserver/streaming/pom.xml +++ b/examples/webserver/streaming/pom.xml @@ -19,7 +19,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/examples/webserver/threadpool/pom.xml b/examples/webserver/threadpool/pom.xml index eb6d03facdc..edbfac0fd16 100644 --- a/examples/webserver/threadpool/pom.xml +++ b/examples/webserver/threadpool/pom.xml @@ -18,7 +18,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/examples/webserver/tls/pom.xml b/examples/webserver/tls/pom.xml index 83cc32dd055..4e5385f2ae9 100644 --- a/examples/webserver/tls/pom.xml +++ b/examples/webserver/tls/pom.xml @@ -17,7 +17,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/examples/webserver/tutorial/pom.xml b/examples/webserver/tutorial/pom.xml index 93b44e92141..1e8b7b587ef 100644 --- a/examples/webserver/tutorial/pom.xml +++ b/examples/webserver/tutorial/pom.xml @@ -19,7 +19,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/examples/webserver/websocket/pom.xml b/examples/webserver/websocket/pom.xml index 7ee8a4d5460..9f1f05b4e06 100644 --- a/examples/webserver/websocket/pom.xml +++ b/examples/webserver/websocket/pom.xml @@ -19,7 +19,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/logging/jul/pom.xml b/logging/jul/pom.xml index 5916a1934ec..bd6b39810e6 100644 --- a/logging/jul/pom.xml +++ b/logging/jul/pom.xml @@ -16,7 +16,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> helidon-logging-project io.helidon.logging diff --git a/logging/log4j/pom.xml b/logging/log4j/pom.xml index 740dd8dc9aa..575a2530efe 100644 --- a/logging/log4j/pom.xml +++ b/logging/log4j/pom.xml @@ -16,7 +16,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> helidon-logging-project io.helidon.logging diff --git a/logging/pom.xml b/logging/pom.xml index 3c37c5e67cc..85de84d7bc8 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -16,7 +16,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 helidon-project diff --git a/logging/slf4j/pom.xml b/logging/slf4j/pom.xml index ad2ce4f0e16..ec2ce977f30 100644 --- a/logging/slf4j/pom.xml +++ b/logging/slf4j/pom.xml @@ -16,7 +16,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 helidon-logging-project diff --git a/messaging/messaging/pom.xml b/messaging/messaging/pom.xml index a0f708b48c8..46e0bf23b26 100644 --- a/messaging/messaging/pom.xml +++ b/messaging/messaging/pom.xml @@ -18,7 +18,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.messaging diff --git a/messaging/pom.xml b/messaging/pom.xml index d788b07a328..c4a01b16b83 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -19,7 +19,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/microprofile/grpc/client/pom.xml b/microprofile/grpc/client/pom.xml index d1d884e3e37..dbfb2163e8f 100644 --- a/microprofile/grpc/client/pom.xml +++ b/microprofile/grpc/client/pom.xml @@ -1,6 +1,6 @@