Skip to content

Commit

Permalink
remove empty options
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-yves-monnet committed May 11, 2023
1 parent 56b9223 commit c8e3417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,13 @@ 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 }}
maven-psw: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_PSW }}
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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

<dependencies>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe-starter</artifactId>
<groupId>io.camunda.spring</groupId>
<artifactId>spring-boot-starter-camunda</artifactId>
<version>${zeebe.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit c8e3417

Please sign in to comment.