File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55jobs :
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
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 }}
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
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 >2.0.1 </version >
8+ <version >2.1.0 </version >
99 </parent >
1010
1111 <groupId >org.camunda.community.vanillabp</groupId >
You can’t perform that action at this time.
0 commit comments