From e07765fc3e0cef78885785fe252f4a7747c8315a Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 22 Dec 2023 14:44:36 +0100 Subject: [PATCH] [jOOQ/jOOQ#15987] pom.xml files should use https links instead of http links --- jOOQ-checker/pom.xml | 2 +- jOOQ-codegen-maven/pom.xml | 2 +- jOOQ-codegen/pom.xml | 2 +- jOOQ-examples/jOOQ-academy/pom.xml | 2 +- jOOQ-examples/jOOQ-checker-framework-example/pom.xml | 2 +- jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml | 2 +- jOOQ-examples/jOOQ-flyway-example/pom.xml | 2 +- jOOQ-examples/jOOQ-javafx-example/pom.xml | 2 +- jOOQ-examples/jOOQ-jpa-example-entities/pom.xml | 2 +- jOOQ-examples/jOOQ-jpa-example/pom.xml | 2 +- jOOQ-examples/jOOQ-kotlin-example/pom.xml | 2 +- jOOQ-examples/jOOQ-oracle-example/pom.xml | 2 +- jOOQ-examples/jOOQ-spark-example/pom.xml | 2 +- jOOQ-examples/jOOQ-testcontainers-example/pom.xml | 2 +- jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml | 2 +- jOOQ-examples/pom.xml | 6 +++--- jOOQ-meta-extensions-hibernate/pom.xml | 2 +- jOOQ-meta-extensions-liquibase/pom.xml | 2 +- jOOQ-meta-extensions/pom.xml | 2 +- jOOQ-meta/pom.xml | 2 +- jOOQ-migrations-maven/pom.xml | 2 +- jOOQ-migrations/pom.xml | 2 +- jOOQ-postgres-extensions/pom.xml | 2 +- jOOQ-xtend/pom.xml | 2 +- jOOQ/pom.xml | 2 +- pom.xml | 6 +++--- 26 files changed, 30 insertions(+), 30 deletions(-) diff --git a/jOOQ-checker/pom.xml b/jOOQ-checker/pom.xml index c7c55dee78..ec4d3ed35f 100644 --- a/jOOQ-checker/pom.xml +++ b/jOOQ-checker/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 0eb4b4f3fd..4cd585d57a 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml index a9d069ed04..ac72944d58 100644 --- a/jOOQ-codegen/pom.xml +++ b/jOOQ-codegen/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml index 7a54d25b69..44fcaf9831 100644 --- a/jOOQ-examples/jOOQ-academy/pom.xml +++ b/jOOQ-examples/jOOQ-academy/pom.xml @@ -15,7 +15,7 @@ jOOQ license - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml index 6db48f6e0a..e6c3dd5643 100644 --- a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml +++ b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml b/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml index 5fca29fc65..7e88a82a9e 100644 --- a/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml +++ b/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-flyway-example/pom.xml b/jOOQ-examples/jOOQ-flyway-example/pom.xml index 5e53f30ecb..61db0b91bb 100644 --- a/jOOQ-examples/jOOQ-flyway-example/pom.xml +++ b/jOOQ-examples/jOOQ-flyway-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml index c41f72524d..b9d4d16c7a 100644 --- a/jOOQ-examples/jOOQ-javafx-example/pom.xml +++ b/jOOQ-examples/jOOQ-javafx-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml index 1bb3c9ee42..24c1efd6c4 100644 --- a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml +++ b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-jpa-example/pom.xml b/jOOQ-examples/jOOQ-jpa-example/pom.xml index f69d6daaa5..ca3d32522f 100644 --- a/jOOQ-examples/jOOQ-jpa-example/pom.xml +++ b/jOOQ-examples/jOOQ-jpa-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml index 68268357ab..1ef85a11f5 100644 --- a/jOOQ-examples/jOOQ-kotlin-example/pom.xml +++ b/jOOQ-examples/jOOQ-kotlin-example/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml index fa98e3abbf..65c7a00889 100644 --- a/jOOQ-examples/jOOQ-oracle-example/pom.xml +++ b/jOOQ-examples/jOOQ-oracle-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-spark-example/pom.xml b/jOOQ-examples/jOOQ-spark-example/pom.xml index c726a6c647..d8adeb9543 100644 --- a/jOOQ-examples/jOOQ-spark-example/pom.xml +++ b/jOOQ-examples/jOOQ-spark-example/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml index bd66f01ee2..b4ab9361f8 100644 --- a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml +++ b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml @@ -14,7 +14,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml index f75e896662..d3d1e54884 100644 --- a/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml +++ b/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml @@ -14,7 +14,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml index 1bd75f509e..96d3a26baa 100644 --- a/jOOQ-examples/pom.xml +++ b/jOOQ-examples/pom.xml @@ -27,12 +27,12 @@ stored procedures, advanced data types, and Java in a fluent, intuitive DSL. - http://www.jooq.org + https://www.jooq.org Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo @@ -52,7 +52,7 @@ GitHub - http://github.com/jOOQ/jOOQ/issues + https://github.com/jOOQ/jOOQ/issues diff --git a/jOOQ-meta-extensions-hibernate/pom.xml b/jOOQ-meta-extensions-hibernate/pom.xml index 174f979777..89e2428429 100644 --- a/jOOQ-meta-extensions-hibernate/pom.xml +++ b/jOOQ-meta-extensions-hibernate/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-meta-extensions-liquibase/pom.xml b/jOOQ-meta-extensions-liquibase/pom.xml index 86e21894f6..c20a071cbd 100644 --- a/jOOQ-meta-extensions-liquibase/pom.xml +++ b/jOOQ-meta-extensions-liquibase/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-meta-extensions/pom.xml b/jOOQ-meta-extensions/pom.xml index d412156a40..1af3d2c8c9 100644 --- a/jOOQ-meta-extensions/pom.xml +++ b/jOOQ-meta-extensions/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml index c2e5e6c1a0..2f1b9a75c3 100644 --- a/jOOQ-meta/pom.xml +++ b/jOOQ-meta/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-migrations-maven/pom.xml b/jOOQ-migrations-maven/pom.xml index 0c2f334a7d..3553b7290a 100644 --- a/jOOQ-migrations-maven/pom.xml +++ b/jOOQ-migrations-maven/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-migrations/pom.xml b/jOOQ-migrations/pom.xml index 72ee8810a1..ca3380bd0b 100644 --- a/jOOQ-migrations/pom.xml +++ b/jOOQ-migrations/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-postgres-extensions/pom.xml b/jOOQ-postgres-extensions/pom.xml index 25de90564c..f58904de68 100644 --- a/jOOQ-postgres-extensions/pom.xml +++ b/jOOQ-postgres-extensions/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ-xtend/pom.xml b/jOOQ-xtend/pom.xml index 9f597b0135..e7ed724acc 100644 --- a/jOOQ-xtend/pom.xml +++ b/jOOQ-xtend/pom.xml @@ -15,7 +15,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index 71393e2821..b1757f0615 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -16,7 +16,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo diff --git a/pom.xml b/pom.xml index 3609d76a05..fa76dd7654 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ stored procedures, advanced data types, and Java in a fluent, intuitive DSL. - http://www.jooq.org + https://www.jooq.org UTF-8 @@ -69,7 +69,7 @@ Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt + https://www.jooq.org/inc/LICENSE.txt repo @@ -96,7 +96,7 @@ GitHub - http://github.com/jOOQ/jOOQ/issues + https://github.com/jOOQ/jOOQ/issues