Skip to content

Commit

Permalink
chore: update to JOSDK 4.3.3 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored May 15, 2023
1 parent ae11c4a commit 3c306cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Java Operator SDK Extension
release:
current-version: 6.0.2
next-version: 6.0.3-SNAPSHOT
current-version: 6.0.3
next-version: 6.0.4-SNAPSHOT

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:project-version: 6.0.2
:project-version: 6.0.3

:examples-dir: ./../examples/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Quarkus - Operator SDK - Parent</name>
<properties>
<quarkus.version>3.0.3.Final</quarkus.version>
<java-operator-sdk.version>4.3.2</java-operator-sdk.version>
<java-operator-sdk.version>4.3.3</java-operator-sdk.version>
</properties>

<repositories>
Expand Down

0 comments on commit 3c306cd

Please sign in to comment.