From e0393eb405bf00e89e9f4aefe1c911b453d85781 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Wed, 15 Nov 2023 08:32:13 +1300 Subject: [PATCH] Bump parent pom to 4.0, use maven.compiler.release property --- http-generator-helidon/pom.xml | 6 ++---- pom.xml | 2 +- .../src/main/resources/public/openapi.json | 2 +- tests/test-nima-jsonb/pom.xml | 4 +--- tests/test-nima/pom.xml | 3 +-- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/http-generator-helidon/pom.xml b/http-generator-helidon/pom.xml index fc9e2e36..7544d6c5 100644 --- a/http-generator-helidon/pom.xml +++ b/http-generator-helidon/pom.xml @@ -10,9 +10,7 @@ avaje-http-helidon-generator - 21 - 21 - 21 + 21 UTF-8 @@ -23,7 +21,7 @@ avaje-http-generator-core ${project.version} - + io.avaje avaje-prisms diff --git a/pom.xml b/pom.xml index 091f7e21..b0635cbd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.avaje java11-oss - 3.12 + 4.0 io.avaje diff --git a/tests/test-javalin-jsonb/src/main/resources/public/openapi.json b/tests/test-javalin-jsonb/src/main/resources/public/openapi.json index ea3caca3..e6ed241d 100644 --- a/tests/test-javalin-jsonb/src/main/resources/public/openapi.json +++ b/tests/test-javalin-jsonb/src/main/resources/public/openapi.json @@ -1,7 +1,7 @@ { "openapi" : "3.0.1", "info" : { - "title" : "Example service", + "title" : "Example service showing off the Path extension method of controller", "description" : "Example Javalin controllers with Java and Maven", "version" : "" }, diff --git a/tests/test-nima-jsonb/pom.xml b/tests/test-nima-jsonb/pom.xml index 4d10ce3a..e939d32a 100644 --- a/tests/test-nima-jsonb/pom.xml +++ b/tests/test-nima-jsonb/pom.xml @@ -12,9 +12,7 @@ test-nima-jsonb - 21 - 21 - 21 + 21 UTF-8 false diff --git a/tests/test-nima/pom.xml b/tests/test-nima/pom.xml index fdc73aec..0f34275b 100644 --- a/tests/test-nima/pom.xml +++ b/tests/test-nima/pom.xml @@ -12,8 +12,7 @@ test-nima - 21 - 21 + 21 UTF-8