Skip to content

Commit

Permalink
Manage QOSDK at version 6.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Oct 1, 2024
1 parent b24ab2b commit 459c852
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,16 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>${quarkus.platform.group-id}</groupId>
<!--
When bumping quarkus-platform next, check that QOSDK
6.8.1 or above and change back to using properties:
groupId = ${quarkus.platform.group-id}
version = ${quarkus.platform.version}
-->
<groupId>io.quarkiverse.operatorsdk</groupId>
<artifactId>quarkus-operator-sdk-bom</artifactId>
<version>${quarkus.platform.version}</version>
<version>6.8.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 459c852

Please sign in to comment.