File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,15 @@ jobs:
1717 gpg-private-key : ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
1818 gpg-passphrase : MAVEN_CENTRAL_GPG_PASSPHRASE
1919 - name : Deploy SNAPSHOT / Release
20- uses : camunda-community-hub/community-action-maven-release@v1.2.3
20+ uses : camunda-community-hub/community-action-maven-release@v2
2121 with :
2222 release-version : ${{ github.event.release.tag_name }}
2323 nexus-usr : ${{ secrets.NEXUS_USR }}
2424 nexus-psw : ${{ secrets.NEXUS_PSW }}
25+ sonatype-central-portal-usr : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_USR }}
26+ 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.
2529 maven-usr : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_USR }}
2630 maven-psw : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_PSW }}
2731 maven-url : oss.sonatype.org
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.camunda.community</groupId >
77 <artifactId >community-hub-release-parent</artifactId >
8- <version >1.4.4 </version >
8+ <version >2.0.1 </version >
99 </parent >
1010
1111 <groupId >org.camunda.community.vanillabp</groupId >
You can’t perform that action at this time.
0 commit comments