Skip to content

Commit e2444ca

Browse files
Upgrade to release-parent 2.1.0
1 parent 56ef464 commit e2444ca

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
publish:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write # needed to push Git tags
810
steps:
911
- name: Checks out code
1012
uses: actions/checkout@v4
@@ -24,11 +26,6 @@ jobs:
2426
nexus-psw: ${{ secrets.NEXUS_PSW }}
2527
sonatype-central-portal-usr: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_USR }}
2628
sonatype-central-portal-psw: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_PSW }}
27-
# maven-usr, maven-psw and maven-url are deprecated; they are required only for publishing to the legacy OSS Sonatype repository.
28-
# Once the io.zeebe namespace is migrated to the Sonatype Central Portal, these can be safely removed.
29-
maven-usr: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_USR }}
30-
maven-psw: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_PSW }}
31-
maven-url: oss.sonatype.org
3229
maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
3330
maven-auto-release-after-close: true
3431
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -42,4 +39,4 @@ jobs:
4239
upload_url: ${{ github.event.release.upload_url }}
4340
asset_path: ${{ steps.release.outputs.artifacts_archive_path }}
4441
asset_name: ${{ steps.release.outputs.artifacts_archive_path }}
45-
asset_content_type: application/zip
42+
asset_content_type: application/zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community</groupId>
77
<artifactId>community-hub-release-parent</artifactId>
8-
<version>2.0.1</version>
8+
<version>2.1.0</version>
99
</parent>
1010

1111
<groupId>org.camunda.community.vanillabp</groupId>

0 commit comments

Comments
 (0)