From 2a949a0181987d683159f30e20035e8d70b4849b Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Sat, 27 Jan 2024 16:52:00 +0100 Subject: [PATCH] Upgrade to Quarkus 3.7.0 and Java 17 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- docs/modules/ROOT/pages/includes/attributes.adoc | 4 ++-- pom.xml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 244fc9a1..58038029 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,10 +31,10 @@ jobs: matrix: java: - { - version: "11" + version: "17" } - { - version: "17" + version: "21" } steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00576e9e..5406a6e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,11 +30,11 @@ jobs: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up Java uses: actions/setup-java@v4 with: distribution: temurin - java-version: 11 + java-version: 17 cache: 'maven' server-id: ossrh server-username: MAVEN_USERNAME diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index 16fbc4b3..cbc67c24 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,7 +1,7 @@ -:quarkus-version: 3.6.6 +:quarkus-version: 3.7.0 :quarkus-github-app-version: 2.1.1 :github-api-javadoc-root-url: https://github-api.kohsuke.org/apidocs/org/kohsuke/github :github-reference-documentation-root-url: https://docs.github.com/en/free-pro-team@latest/developers -:command-airline-examples-dir: ./../examples/command/airline/ \ No newline at end of file +:command-airline-examples-dir: ./../examples/command/airline/ diff --git a/pom.xml b/pom.xml index a5b004fa..3687fe82 100644 --- a/pom.xml +++ b/pom.xml @@ -17,10 +17,10 @@ UTF-8 UTF-8 - 11 - 11 + 17 + 17 true - 3.6.6 + 3.7.0 3.10.1 3.3.1 3.6.1