File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,16 @@ jobs:
2929 gpg-private-key : ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
3030 gpg-passphrase : MAVEN_CENTRAL_GPG_PASSPHRASE
3131 - name : Deploy SNAPSHOT / Release
32- uses : camunda-community-hub/community-action-maven-release@a9e964bf56978eef9bca81551cecceebb246a8e5 # pin@v1
32+ uses : camunda-community-hub/community-action-maven-release@v2
3333 with :
3434 release-version : ${{ github.event.release.tag_name }}
3535 release-profile : community-action-maven-release
3636 nexus-usr : ${{ secrets.NEXUS_USR }}
3737 nexus-psw : ${{ secrets.NEXUS_PSW }}
38+ sonatype-central-portal-usr : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_USR }}
39+ sonatype-central-portal-psw : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_PSW }}
40+ # maven-usr, maven-psw and maven-url are deprecated; they are required only for publishing to the legacy OSS Sonatype repository.
41+ # Once the io.zeebe namespace is migrated to the Sonatype Central Portal, these can be safely removed.
3842 maven-usr : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_USR }}
3943 maven-psw : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_PSW }}
4044 maven-gpg-passphrase : ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.camunda</groupId >
1212 <artifactId >camunda-release-parent</artifactId >
13- <version >3.9.1 </version >
13+ <version >4.0.0 </version >
1414 <relativePath />
1515 </parent >
1616
You can’t perform that action at this time.
0 commit comments