From ac0afb67ecee71869bfebab7703bbd886af744f9 Mon Sep 17 00:00:00 2001 From: Edgar Espina Date: Tue, 5 Nov 2024 13:53:28 -0300 Subject: [PATCH] v3.5.0 --- jooby/pom.xml | 2 +- modules/jooby-apt/pom.xml | 2 +- modules/jooby-avaje-inject/pom.xml | 2 +- modules/jooby-avaje-jsonb/pom.xml | 2 +- modules/jooby-avaje-validator/pom.xml | 2 +- modules/jooby-awssdk-v1/pom.xml | 2 +- modules/jooby-awssdk-v2/pom.xml | 2 +- modules/jooby-bom/pom.xml | 4 ++-- modules/jooby-caffeine/pom.xml | 2 +- modules/jooby-camel/pom.xml | 2 +- modules/jooby-cli/pom.xml | 2 +- modules/jooby-commons-email/pom.xml | 2 +- modules/jooby-conscrypt/pom.xml | 2 +- modules/jooby-db-scheduler/pom.xml | 2 +- modules/jooby-distribution/pom.xml | 2 +- modules/jooby-ebean/pom.xml | 2 +- modules/jooby-flyway/pom.xml | 2 +- modules/jooby-freemarker/pom.xml | 2 +- modules/jooby-gradle-setup/pom.xml | 2 +- modules/jooby-graphiql/pom.xml | 2 +- modules/jooby-graphql-playground/pom.xml | 2 +- modules/jooby-graphql/pom.xml | 2 +- modules/jooby-gson/pom.xml | 2 +- modules/jooby-guice/pom.xml | 2 +- modules/jooby-handlebars/pom.xml | 2 +- modules/jooby-hibernate-validator/pom.xml | 2 +- modules/jooby-hibernate/pom.xml | 2 +- modules/jooby-hikari/pom.xml | 2 +- modules/jooby-jackson/pom.xml | 2 +- modules/jooby-jasypt/pom.xml | 2 +- modules/jooby-jdbi/pom.xml | 2 +- modules/jooby-jetty/pom.xml | 2 +- modules/jooby-jstachio/pom.xml | 2 +- modules/jooby-jte/pom.xml | 2 +- modules/jooby-jwt/pom.xml | 2 +- modules/jooby-kafka/pom.xml | 2 +- modules/jooby-kotlin/pom.xml | 2 +- modules/jooby-log4j/pom.xml | 2 +- modules/jooby-logback/pom.xml | 2 +- modules/jooby-maven-plugin/pom.xml | 2 +- modules/jooby-metrics/pom.xml | 2 +- modules/jooby-mutiny/pom.xml | 2 +- modules/jooby-netty/pom.xml | 2 +- modules/jooby-openapi/pom.xml | 2 +- modules/jooby-pac4j/pom.xml | 2 +- modules/jooby-pebble/pom.xml | 2 +- modules/jooby-quartz/pom.xml | 2 +- modules/jooby-reactor/pom.xml | 2 +- modules/jooby-redis/pom.xml | 2 +- modules/jooby-redoc/pom.xml | 2 +- modules/jooby-rocker/pom.xml | 2 +- modules/jooby-run/pom.xml | 2 +- modules/jooby-rxjava3/pom.xml | 2 +- modules/jooby-stork/pom.xml | 2 +- modules/jooby-swagger-ui/pom.xml | 2 +- modules/jooby-test/pom.xml | 2 +- modules/jooby-thymeleaf/pom.xml | 2 +- modules/jooby-undertow/pom.xml | 2 +- modules/jooby-whoops/pom.xml | 2 +- modules/jooby-yasson/pom.xml | 2 +- modules/pom.xml | 2 +- pom.xml | 4 ++-- tests/pom.xml | 2 +- 63 files changed, 65 insertions(+), 65 deletions(-) diff --git a/jooby/pom.xml b/jooby/pom.xml index 940b26826d..91cedcbffc 100644 --- a/jooby/pom.xml +++ b/jooby/pom.xml @@ -6,7 +6,7 @@ io.jooby jooby-project - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-apt/pom.xml b/modules/jooby-apt/pom.xml index b2a5b8f650..ff7b4c2ef8 100644 --- a/modules/jooby-apt/pom.xml +++ b/modules/jooby-apt/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-avaje-inject/pom.xml b/modules/jooby-avaje-inject/pom.xml index 90313bd24e..e817c87b61 100644 --- a/modules/jooby-avaje-inject/pom.xml +++ b/modules/jooby-avaje-inject/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-avaje-jsonb/pom.xml b/modules/jooby-avaje-jsonb/pom.xml index 499c2cb78c..dd8cc78009 100644 --- a/modules/jooby-avaje-jsonb/pom.xml +++ b/modules/jooby-avaje-jsonb/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-avaje-validator/pom.xml b/modules/jooby-avaje-validator/pom.xml index b276f9cca9..0ba8675993 100644 --- a/modules/jooby-avaje-validator/pom.xml +++ b/modules/jooby-avaje-validator/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-awssdk-v1/pom.xml b/modules/jooby-awssdk-v1/pom.xml index ffcfb72b5c..033968eef6 100644 --- a/modules/jooby-awssdk-v1/pom.xml +++ b/modules/jooby-awssdk-v1/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-awssdk-v2/pom.xml b/modules/jooby-awssdk-v2/pom.xml index 4f820f196d..9dc4d6f650 100644 --- a/modules/jooby-awssdk-v2/pom.xml +++ b/modules/jooby-awssdk-v2/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-bom/pom.xml b/modules/jooby-bom/pom.xml index 6aec15fdc6..43593589a8 100644 --- a/modules/jooby-bom/pom.xml +++ b/modules/jooby-bom/pom.xml @@ -7,13 +7,13 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 io.jooby jooby-bom pom - 3.5.0-SNAPSHOT + 3.5.0 Jooby (Bill of Materials) https://jooby.io diff --git a/modules/jooby-caffeine/pom.xml b/modules/jooby-caffeine/pom.xml index 86dafe1b15..e4a0eefbf9 100644 --- a/modules/jooby-caffeine/pom.xml +++ b/modules/jooby-caffeine/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-camel/pom.xml b/modules/jooby-camel/pom.xml index 827d6e67b1..226eb7924b 100644 --- a/modules/jooby-camel/pom.xml +++ b/modules/jooby-camel/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-cli/pom.xml b/modules/jooby-cli/pom.xml index af195d0942..a9117d3967 100644 --- a/modules/jooby-cli/pom.xml +++ b/modules/jooby-cli/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-commons-email/pom.xml b/modules/jooby-commons-email/pom.xml index 055fa9935d..d2df68cb6a 100644 --- a/modules/jooby-commons-email/pom.xml +++ b/modules/jooby-commons-email/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-conscrypt/pom.xml b/modules/jooby-conscrypt/pom.xml index 4ff08379c3..5cbc43ea4a 100644 --- a/modules/jooby-conscrypt/pom.xml +++ b/modules/jooby-conscrypt/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-db-scheduler/pom.xml b/modules/jooby-db-scheduler/pom.xml index 0eb9111998..5909b2d88c 100644 --- a/modules/jooby-db-scheduler/pom.xml +++ b/modules/jooby-db-scheduler/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-distribution/pom.xml b/modules/jooby-distribution/pom.xml index 532244d140..67576e4b6a 100644 --- a/modules/jooby-distribution/pom.xml +++ b/modules/jooby-distribution/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-ebean/pom.xml b/modules/jooby-ebean/pom.xml index c745944402..a77681fc2e 100644 --- a/modules/jooby-ebean/pom.xml +++ b/modules/jooby-ebean/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-flyway/pom.xml b/modules/jooby-flyway/pom.xml index 16581e707e..116ceb2301 100644 --- a/modules/jooby-flyway/pom.xml +++ b/modules/jooby-flyway/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-freemarker/pom.xml b/modules/jooby-freemarker/pom.xml index 3852a553bd..3f3de707ce 100644 --- a/modules/jooby-freemarker/pom.xml +++ b/modules/jooby-freemarker/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-gradle-setup/pom.xml b/modules/jooby-gradle-setup/pom.xml index 98f03a1eec..98c8373994 100644 --- a/modules/jooby-gradle-setup/pom.xml +++ b/modules/jooby-gradle-setup/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-graphiql/pom.xml b/modules/jooby-graphiql/pom.xml index 660187d16a..3afee458fc 100644 --- a/modules/jooby-graphiql/pom.xml +++ b/modules/jooby-graphiql/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-graphql-playground/pom.xml b/modules/jooby-graphql-playground/pom.xml index df620b7020..5f61400bb5 100644 --- a/modules/jooby-graphql-playground/pom.xml +++ b/modules/jooby-graphql-playground/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-graphql/pom.xml b/modules/jooby-graphql/pom.xml index 2af65505a5..c795c08a10 100644 --- a/modules/jooby-graphql/pom.xml +++ b/modules/jooby-graphql/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-gson/pom.xml b/modules/jooby-gson/pom.xml index 37055da613..84c98f835d 100644 --- a/modules/jooby-gson/pom.xml +++ b/modules/jooby-gson/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-guice/pom.xml b/modules/jooby-guice/pom.xml index 98c6628097..7797389906 100644 --- a/modules/jooby-guice/pom.xml +++ b/modules/jooby-guice/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-handlebars/pom.xml b/modules/jooby-handlebars/pom.xml index 55e0cfe0d4..c91ff23abd 100644 --- a/modules/jooby-handlebars/pom.xml +++ b/modules/jooby-handlebars/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-hibernate-validator/pom.xml b/modules/jooby-hibernate-validator/pom.xml index ad573152af..80c226d111 100644 --- a/modules/jooby-hibernate-validator/pom.xml +++ b/modules/jooby-hibernate-validator/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-hibernate/pom.xml b/modules/jooby-hibernate/pom.xml index c111257d20..63109ee878 100644 --- a/modules/jooby-hibernate/pom.xml +++ b/modules/jooby-hibernate/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-hikari/pom.xml b/modules/jooby-hikari/pom.xml index 5fae9c7732..b5f7154bb9 100644 --- a/modules/jooby-hikari/pom.xml +++ b/modules/jooby-hikari/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jackson/pom.xml b/modules/jooby-jackson/pom.xml index 8a93f88ac2..55c842ca1b 100644 --- a/modules/jooby-jackson/pom.xml +++ b/modules/jooby-jackson/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jasypt/pom.xml b/modules/jooby-jasypt/pom.xml index a954294d48..447991fb3f 100644 --- a/modules/jooby-jasypt/pom.xml +++ b/modules/jooby-jasypt/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jdbi/pom.xml b/modules/jooby-jdbi/pom.xml index 5d0bca7567..700fba404c 100644 --- a/modules/jooby-jdbi/pom.xml +++ b/modules/jooby-jdbi/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jetty/pom.xml b/modules/jooby-jetty/pom.xml index 27f8fd036b..d8b907da74 100644 --- a/modules/jooby-jetty/pom.xml +++ b/modules/jooby-jetty/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jstachio/pom.xml b/modules/jooby-jstachio/pom.xml index 24252df0db..3418121e87 100644 --- a/modules/jooby-jstachio/pom.xml +++ b/modules/jooby-jstachio/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jte/pom.xml b/modules/jooby-jte/pom.xml index a42a317b4f..20d6652247 100644 --- a/modules/jooby-jte/pom.xml +++ b/modules/jooby-jte/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-jwt/pom.xml b/modules/jooby-jwt/pom.xml index ed897e5b3a..280cec78af 100644 --- a/modules/jooby-jwt/pom.xml +++ b/modules/jooby-jwt/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-kafka/pom.xml b/modules/jooby-kafka/pom.xml index e2d19ed421..585c8238d7 100644 --- a/modules/jooby-kafka/pom.xml +++ b/modules/jooby-kafka/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-kotlin/pom.xml b/modules/jooby-kotlin/pom.xml index 3747b01598..bb2385773d 100644 --- a/modules/jooby-kotlin/pom.xml +++ b/modules/jooby-kotlin/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-log4j/pom.xml b/modules/jooby-log4j/pom.xml index 3a8bcac7fc..cda5ab2a32 100644 --- a/modules/jooby-log4j/pom.xml +++ b/modules/jooby-log4j/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-logback/pom.xml b/modules/jooby-logback/pom.xml index b30eb2be73..99a0da2440 100644 --- a/modules/jooby-logback/pom.xml +++ b/modules/jooby-logback/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-maven-plugin/pom.xml b/modules/jooby-maven-plugin/pom.xml index f9142f8532..f296f842d8 100644 --- a/modules/jooby-maven-plugin/pom.xml +++ b/modules/jooby-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-metrics/pom.xml b/modules/jooby-metrics/pom.xml index e639ce2951..dd5d20ecc3 100644 --- a/modules/jooby-metrics/pom.xml +++ b/modules/jooby-metrics/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-mutiny/pom.xml b/modules/jooby-mutiny/pom.xml index 5b6cdabed7..6ba459304a 100644 --- a/modules/jooby-mutiny/pom.xml +++ b/modules/jooby-mutiny/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-netty/pom.xml b/modules/jooby-netty/pom.xml index 6f43eb1a45..10cdd4b046 100644 --- a/modules/jooby-netty/pom.xml +++ b/modules/jooby-netty/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-openapi/pom.xml b/modules/jooby-openapi/pom.xml index d8804d8a48..ecf392a876 100644 --- a/modules/jooby-openapi/pom.xml +++ b/modules/jooby-openapi/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-pac4j/pom.xml b/modules/jooby-pac4j/pom.xml index 083d84ef5b..1041ea14ee 100644 --- a/modules/jooby-pac4j/pom.xml +++ b/modules/jooby-pac4j/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-pebble/pom.xml b/modules/jooby-pebble/pom.xml index 4d269df2c3..0292fa3bf2 100644 --- a/modules/jooby-pebble/pom.xml +++ b/modules/jooby-pebble/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-quartz/pom.xml b/modules/jooby-quartz/pom.xml index 92122da354..e6f87f0b8d 100644 --- a/modules/jooby-quartz/pom.xml +++ b/modules/jooby-quartz/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-reactor/pom.xml b/modules/jooby-reactor/pom.xml index 7c42808b6e..8a8e2ea222 100644 --- a/modules/jooby-reactor/pom.xml +++ b/modules/jooby-reactor/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-redis/pom.xml b/modules/jooby-redis/pom.xml index a3973b96c5..4f359d4917 100644 --- a/modules/jooby-redis/pom.xml +++ b/modules/jooby-redis/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-redoc/pom.xml b/modules/jooby-redoc/pom.xml index 2940cf3c4c..0667a0ce91 100644 --- a/modules/jooby-redoc/pom.xml +++ b/modules/jooby-redoc/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-rocker/pom.xml b/modules/jooby-rocker/pom.xml index cae64b7142..9f7a635a2e 100644 --- a/modules/jooby-rocker/pom.xml +++ b/modules/jooby-rocker/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-run/pom.xml b/modules/jooby-run/pom.xml index d18557d9bb..04100b3e70 100644 --- a/modules/jooby-run/pom.xml +++ b/modules/jooby-run/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-rxjava3/pom.xml b/modules/jooby-rxjava3/pom.xml index 485e92e7d4..f8c270ea68 100644 --- a/modules/jooby-rxjava3/pom.xml +++ b/modules/jooby-rxjava3/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-stork/pom.xml b/modules/jooby-stork/pom.xml index 9f041d9429..eb0e81db83 100644 --- a/modules/jooby-stork/pom.xml +++ b/modules/jooby-stork/pom.xml @@ -5,7 +5,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 jooby-stork diff --git a/modules/jooby-swagger-ui/pom.xml b/modules/jooby-swagger-ui/pom.xml index 22dd68bd0a..ccf3edd0a5 100644 --- a/modules/jooby-swagger-ui/pom.xml +++ b/modules/jooby-swagger-ui/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-test/pom.xml b/modules/jooby-test/pom.xml index ea5f411452..d73349c1af 100644 --- a/modules/jooby-test/pom.xml +++ b/modules/jooby-test/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-thymeleaf/pom.xml b/modules/jooby-thymeleaf/pom.xml index 34c12b39d2..70217e4c26 100644 --- a/modules/jooby-thymeleaf/pom.xml +++ b/modules/jooby-thymeleaf/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-undertow/pom.xml b/modules/jooby-undertow/pom.xml index 7a14c05155..f353de6074 100644 --- a/modules/jooby-undertow/pom.xml +++ b/modules/jooby-undertow/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 diff --git a/modules/jooby-whoops/pom.xml b/modules/jooby-whoops/pom.xml index e7c83a14da..25a89e4a05 100644 --- a/modules/jooby-whoops/pom.xml +++ b/modules/jooby-whoops/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/jooby-yasson/pom.xml b/modules/jooby-yasson/pom.xml index 8e7b2d47f0..5d8e292214 100644 --- a/modules/jooby-yasson/pom.xml +++ b/modules/jooby-yasson/pom.xml @@ -6,7 +6,7 @@ io.jooby modules - 3.5.0-SNAPSHOT + 3.5.0 4.0.0 diff --git a/modules/pom.xml b/modules/pom.xml index 687189b033..3056f31f80 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -6,7 +6,7 @@ io.jooby jooby-project - 3.5.0-SNAPSHOT + 3.5.0 modules diff --git a/pom.xml b/pom.xml index f5f69cffe7..bd70c3567e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 io.jooby jooby-project - 3.5.0-SNAPSHOT + 3.5.0 pom jooby-project @@ -170,7 +170,7 @@ false yyyy-MM-dd HH:mm:ssa - 2024-10-28T13:48:08Z + 2024-11-05T16:53:13Z UTF-8 ${maven.build.timestamp} diff --git a/tests/pom.xml b/tests/pom.xml index 93120c2e99..2ab18b780d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ io.jooby jooby-project - 3.5.0-SNAPSHOT + 3.5.0 4.0.0