Skip to content

Commit 3febc01

Browse files
authored
Update s4u/maven-settings-action to v4.0.0 (#12709)
1 parent 13d5b77 commit 3febc01

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
docker login --username=${{ secrets.DOCKERHUB_SB_USERNAME }} --password=${{ secrets.DOCKERHUB_SB_PASSWORD }}
3030
set -e
31-
- uses: s4u/maven-settings-action@v2.8.0
31+
- uses: s4u/maven-settings-action@v4.0.0
3232
name: setup maven settings.xml
3333
with:
3434
servers: |
@@ -96,4 +96,4 @@ jobs:
9696
restore-keys: |
9797
${{ runner.os }}-maven-
9898
- name: Build with Maven
99-
run: mvn -B -U clean verify -DskipTests -Dmaven.test.skip=true -Dmaven.site.skip=true -Dmaven.javadoc.skip=true -Psamples-java8 --file pom.xml
99+
run: mvn -B -U clean verify -DskipTests -Dmaven.test.skip=true -Dmaven.site.skip=true -Dmaven.javadoc.skip=true -Psamples-java8 --file pom.xml

.github/workflows/maven-pr-3.0.yml

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

.github/workflows/maven-push-3.0.yml

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

.github/workflows/release-full-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
gpg-private-key: ${{ secrets.OSSRH_GPG_PRIVATE_KEY }}
3939
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4040
- name: Add Central-Portal snapshot repo to settings.xml
41-
uses: s4u/maven-settings-action@v3.1.0
41+
uses: s4u/maven-settings-action@v4.0.0
4242
with:
4343
repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]'
4444
servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'

0 commit comments

Comments
 (0)