From c8e341711ecf6abfededfd13c3a5d4af418df441 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Date: Thu, 11 May 2023 11:38:46 +0200 Subject: [PATCH] remove empty options --- .github/workflows/mvn-release.yml | 5 ----- pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mvn-release.yml b/.github/workflows/mvn-release.yml index 478a1b0..d71825d 100644 --- a/.github/workflows/mvn-release.yml +++ b/.github/workflows/mvn-release.yml @@ -36,7 +36,6 @@ jobs: uses: camunda-community-hub/community-action-maven-release@main with: release-version: ${{ github.event.release.tag_name }} - release-profile: community-action-maven-release nexus-usr: ${{ secrets.NEXUS_USR }} nexus-psw: ${{ secrets.NEXUS_PSW }} maven-usr: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_USR }} @@ -44,10 +43,6 @@ jobs: maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }} github-token: ${{ secrets.GITHUB_TOKEN }} maven-auto-release-after-close: true - artifacts-pattern: "" - maven-build-options: "" - maven-release-options: "" - maven-additional-options: "" maven-url: oss.sonatype.org id: release diff --git a/pom.xml b/pom.xml index cd192d2..22a2020 100644 --- a/pom.xml +++ b/pom.xml @@ -50,8 +50,8 @@ - io.camunda - spring-zeebe-starter + io.camunda.spring + spring-boot-starter-camunda ${zeebe.version}