diff --git a/.github/project.yml b/.github/project.yml index aff8954..09ce539 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -2,4 +2,3 @@ name: SmallRye Parent release: current-version: 43 next-version: 44-SNAPSHOT - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0e80a0..329e9ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,8 +27,8 @@ jobs: token: ${{secrets.RELEASE_TOKEN}} - uses: actions/setup-java@v4 - distribution: temurin with: + distribution: temurin java-version: 11 - name: maven release ${{steps.metadata.outputs.current-version}}