Skip to content

Commit dd1c7cc

Browse files
authored
Merge pull request #317 from camunda/infra-833-prepare-migration
chore: update POM and CI config for Sonatype Central Portal migration
2 parents 009a75b + fdf4e48 commit dd1c7cc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy.yml

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

0 commit comments

Comments
 (0)