Skip to content

Commit cfd06af

Browse files
authored
Merge pull request #28 from camunda-community-hub/infra-833-prepare-sonatype-migration
ci: upgrade camunda-hub-release-parent to 2.0.x and prepare transition to Central Portal deployment
2 parents 274876d + 0d77d50 commit cfd06af

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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>1.4.4</version>
8+
<version>2.0.1</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)