File tree Expand file tree Collapse file tree 5 files changed +13
-15
lines changed
Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1010 env :
1111 MAVEN_ARGS : ' --no-transfer-progress'
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : oleksiyrudenko/gha-git-credentials@v2.1.2
1515 with :
1616 global : true
Original file line number Diff line number Diff line change @@ -17,29 +17,28 @@ jobs:
1717 env :
1818 MAVEN_ARGS : ' --no-transfer-progress'
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-java@v4
20+ - uses : actions/checkout@v5
21+ - uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
2424 java-version : 21
2525 server-id : central
2626 server-username : CENTRAL_USERNAME
2727 server-password : CENTRAL_PASSWORD
2828 gpg-private-key : ${{ secrets.GPG_SECRET_KEY }}
29- gpg-passphrase : GPG_SECRET_KEY_PASSPHRASE
3029 cache : maven
3130 - name : Build with Maven
3231 run : mvn -B -Pdeploy,central -U deploy
3332 env :
3433 CENTRAL_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
3534 CENTRAL_PASSWORD : ${{ secrets.CENTRAL_PASSWORD }}
36- GPG_SECRET_KEY_PASSPHRASE : ${{ secrets.GPG_SECRET_KEY_PASSPHRASE }}
35+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_SECRET_KEY_PASSPHRASE }}
3736 # continue-on-error: true
3837 - name : Publish to codecov
39- uses : codecov/codecov-action@v4
38+ uses : codecov/codecov-action@v5
4039 continue-on-error : true
4140 - name : Publish Test Report
42- uses : EnricoMi/publish-unit-test-result-action@v2.18.0
41+ uses : EnricoMi/publish-unit-test-result-action@v2
4342 if : always()
4443 with :
4544 files : " **/target/surefire-reports/*.xml"
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 env :
12- MAVEN_OPTS : -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli. transfer.Slf4jMavenTransferListener=warn
12+ MAVEN_ARGS : ' --no- transfer-progress '
1313 if : startsWith(github.ref, 'refs/heads/REL-')
1414 steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-java@v4
15+ - uses : actions/checkout@v5
16+ - uses : actions/setup-java@v5
1717 with :
1818 distribution : ' temurin'
1919 java-version : 21
2020 server-id : central
2121 server-username : CENTRAL_USERNAME
2222 server-password : CENTRAL_PASSWORD
2323 gpg-private-key : ${{ secrets.GPG_SECRET_KEY }}
24- gpg-passphrase : GPG_SECRET_KEY_PASSPHRASE
2524 cache : maven
2625 - uses : oleksiyrudenko/gha-git-credentials@v2.1.2
2726 with :
3433 env :
3534 CENTRAL_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
3635 CENTRAL_PASSWORD : ${{ secrets.CENTRAL_PASSWORD }}
37- GPG_SECRET_KEY_PASSPHRASE : ${{ secrets.GPG_SECRET_KEY_PASSPHRASE }}
36+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_SECRET_KEY_PASSPHRASE }}
Original file line number Diff line number Diff line change 9191 <plugin >
9292 <groupId >org.sonatype.central</groupId >
9393 <artifactId >central-publishing-maven-plugin</artifactId >
94- <version >0.8 .0</version >
94+ <version >0.9 .0</version >
9595 <extensions >true</extensions >
9696 <configuration >
9797 <publishingServerId >central</publishingServerId >
100100 </plugin >
101101 <plugin >
102102 <artifactId >maven-gpg-plugin</artifactId >
103- <version >3.2.7 </version >
103+ <version >3.2.8 </version >
104104 <executions >
105105 <execution >
106106 <id >sign-artifacts</id >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >nl.vpro.poms</groupId >
77 <artifactId >poms-parent</artifactId >
8- <version >8.10.1-SNAPSHOT </version >
8+ <version >8.10.3 </version >
99 </parent >
1010 <groupId >nl.vpro.poms.api-clients</groupId >
1111 <artifactId >api-client-parent</artifactId >
You can’t perform that action at this time.
0 commit comments