Skip to content

Commit f33d450

Browse files
committed
Update s4u/maven-settings-action to v4.0.0
1 parent 6a5fc96 commit f33d450

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: maven
2323
overwrite-settings: false
2424
- name: Add Central-Portal snapshot repo to settings.xml
25-
uses: s4u/maven-settings-action@v3.1.0
25+
uses: s4u/maven-settings-action@v4.0.0
2626
with:
2727
repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]'
2828
servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'

.github/workflows/maven-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: maven
2727
overwrite-settings: false
2828
- name: Add Central-Portal snapshot repo to settings.xml
29-
uses: s4u/maven-settings-action@v3.1.0
29+
uses: s4u/maven-settings-action@v4.0.0
3030
with:
3131
repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]'
3232
servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'

0 commit comments

Comments
 (0)