Skip to content

Commit

Permalink
chore: release 6.0.0.CR1 (#545)
Browse files Browse the repository at this point in the history
* chore: deactivate snapshots

* chore: use Quarkus 3.0.0.CR1 to build against

* chore: release 6.0.0.CR1
  • Loading branch information
metacosm authored Mar 31, 2023
1 parent 129b2f6 commit 8740789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 5.0.2
next-version: 5.0.3-SNAPSHOT
current-version: 6.0.0.CR1
next-version: 6.0.0-SNAPSHOT

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.Beta1 ]
quarkus-version: [ 3.0.0.CR1 ]
java-version: [ 11, 17 ]
uses: ./.github/workflows/build-for-quarkus-version.yml
with:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
Expand All @@ -32,7 +32,7 @@
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</pluginRepository>
Expand Down

0 comments on commit 8740789

Please sign in to comment.