File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2121 name : Build & Verify
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Set up JDK 11
26- uses : actions/setup-java@v2
26+ uses : actions/setup-java@v4
2727 with :
2828 java-version : ' 11'
2929 distribution : ' temurin'
3737 run : >
3838 mvn -B verify
3939 - name : Archive Test Results on Failure
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 if : failure()
4242 with :
4343 name : test-results
Original file line number Diff line number Diff line change 2121 publish :
2222 runs-on : ubuntu-20.04
2323 steps :
24- - uses : actions/checkout@v3 # pin@v2
24+ - uses : actions/checkout@v4
2525 - name : Cache
26- uses : actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # pin@v2
26+ uses : actions/cache@v4
2727 with :
2828 path : ~/.m2/repository
2929 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -36,12 +36,16 @@ jobs:
3636 gpg-private-key : ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
3737 gpg-passphrase : MAVEN_CENTRAL_GPG_PASSPHRASE
3838 - name : Deploy SNAPSHOT / Release
39- uses : camunda-community-hub/community-action-maven-release@a9e964bf56978eef9bca81551cecceebb246a8e5 # pin@v1
39+ uses : camunda-community-hub/community-action-maven-release@v2
4040 with :
4141 release-version : ${{ github.event.release.tag_name }}
4242 release-profile : community-action-maven-release
4343 nexus-usr : ${{ secrets.NEXUS_USR }}
4444 nexus-psw : ${{ secrets.NEXUS_PSW }}
45+ sonatype-central-portal-usr : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_USR }}
46+ sonatype-central-portal-psw : ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_PSW }}
47+ # maven-usr, maven-psw and maven-url are deprecated; they are required only for publishing to the legacy OSS Sonatype repository.
48+ # Once the io.zeebe namespace is migrated to the Sonatype Central Portal, these can be safely removed.
4549 maven-usr : ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_USR }}
4650 maven-psw : ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_PSW }}
4751 maven-gpg-passphrase : ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >org.camunda</groupId >
2121 <artifactId >camunda-release-parent</artifactId >
22- <version >3.9.1 </version >
22+ <version >4.0.0 </version >
2323 <!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
2424 <relativePath />
2525 </parent >
You can’t perform that action at this time.
0 commit comments