diff --git a/.github/project.yml b/.github/project.yml index ccd999e7..97ac790d 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,5 +1,5 @@ name: power-server release: - current-version: 0.0.5 - next-version: 0.0.6-SNAPSHOT + current-version: 0.0.6 + next-version: 0.0.7-SNAPSHOT diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 007d60ef..d436b1d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: env: JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.select.current.platform + mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release - name: 'JReleaser output' if: always()