Skip to content

Commit 5f1fd87

Browse files
committed
prod: fix JOSDK version alignment
1 parent 2c93240 commit 5f1fd87

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,15 @@
145145

146146
<!--
147147
WARNING: The following group of dependencies has to be aligned with the corresponding Quarkus version.
148-
See notes for each entry.
149148
-->
150149
<quarkus.version>3.15.1</quarkus.version>
151-
<!-- Go to `io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom` and then to the parent `io.quarkiverse.operatorsdk:quarkus-operator-sdk-parent`. -->
152-
<!-- TODO: Fix: Currently, versions are not aligned exactly (3.11.1 vs 3.11.0), because there is no closer version supported by QOSDK. -->
150+
<!--
151+
Go to `io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom` and then to the parent `io.quarkiverse.operatorsdk:quarkus-operator-sdk-parent`,
152+
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
153+
to check that the versions match.
154+
-->
153155
<quarkus-operator-sdk.version>6.8.4</quarkus-operator-sdk.version>
154-
<java-operator-sdk.version>4.9.7</java-operator-sdk.version>
156+
<java-operator-sdk.version>4.9.6</java-operator-sdk.version>
155157
<!-- /WARNING -->
156158

157159
<!-- Jandex -->

0 commit comments

Comments
 (0)