Skip to content

Commit

Permalink
chore: update to Quarkus 3.0.1 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored Apr 27, 2023
1 parent 4ccbc8f commit 77fd0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
# quarkus-version: ${{ fromJSON(needs.get-quarkus-versions.outputs.matrix) }}
quarkus-version: [ 3.0.0.Final ]
quarkus-version: [ 3.0.1.Final ]
java-version: [ 11, 17 ]
uses: ./.github/workflows/build-for-quarkus-version.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>
<name>Quarkus - Operator SDK - Parent</name>
<properties>
<quarkus.version>3.0.0.Final</quarkus.version>
<quarkus.version>3.0.1.Final</quarkus.version>
<java-operator-sdk.version>4.3.0</java-operator-sdk.version>
</properties>

Expand Down

0 comments on commit 77fd0e5

Please sign in to comment.