Skip to content

Commit

Permalink
Merge branch 'main' into next-fabric8-version
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored Feb 29, 2024
2 parents 638e0a0 + 6eadea7 commit 84cfb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ inputs.version != '' }}
run: |
echo "Set version to ${{inputs.version}}"
mvn versions:set -DnewVersion="${{inputs.version}}" versions:commit
mvn versions:set -DnewVersion="${{inputs.version}}" versions:commit -Puse-snapshots
- name: Output information
run: echo "Release snapshot for branch ${{inputs.branch}} with version $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>
<name>Quarkus - Operator SDK - Parent</name>
<properties>
<quarkus.version>3.7.4</quarkus.version>
<quarkus.version>3.8.1</quarkus.version>
<java-operator-sdk.version>4.8.0</java-operator-sdk.version>
</properties>
<scm>
Expand Down

0 comments on commit 84cfb1b

Please sign in to comment.