Skip to content

Commit

Permalink
prod: fix JOSDK version alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Dec 11, 2024
1 parent 2c93240 commit 5f1fd87
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,15 @@

<!--
WARNING: The following group of dependencies has to be aligned with the corresponding Quarkus version.
See notes for each entry.
-->
<quarkus.version>3.15.1</quarkus.version>
<!-- Go to `io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom` and then to the parent `io.quarkiverse.operatorsdk:quarkus-operator-sdk-parent`. -->
<!-- TODO: Fix: Currently, versions are not aligned exactly (3.11.1 vs 3.11.0), because there is no closer version supported by QOSDK. -->
<!--
Go to `io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom` and then to the parent `io.quarkiverse.operatorsdk:quarkus-operator-sdk-parent`,
e.g. https://repo1.maven.org/maven2/io/quarkiverse/operatorsdk/quarkus-operator-sdk-parent/6.8.4/quarkus-operator-sdk-parent-6.8.4.pom
to check that the versions match.
-->
<quarkus-operator-sdk.version>6.8.4</quarkus-operator-sdk.version>
<java-operator-sdk.version>4.9.7</java-operator-sdk.version>
<java-operator-sdk.version>4.9.6</java-operator-sdk.version>
<!-- /WARNING -->

<!-- Jandex -->
Expand Down

0 comments on commit 5f1fd87

Please sign in to comment.