Skip to content

Commit

Permalink
File sync from s4u/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Mar 1, 2021
1 parent 891a541 commit 5b42c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
java-version: ${{ matrix.java }}

- uses: s4u/maven-settings-action@v2.3.0
- uses: s4u/maven-settings-action@v2.4.0
with:
sonatypeSnapshots: true

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
java-version: 8

- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.4.0
with:
sonatypeSnapshots: true

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
java-version: 8

- uses: s4u/maven-settings-action@v2.3.0
- uses: s4u/maven-settings-action@v2.4.0
with:
sonatypeSnapshots: true
servers: '[{"id": "ossrh", "username": "${env.OSS_USER}", "password": "${env.OSS_PASS}"}]'
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
with:
java-version: 8

- uses: s4u/maven-settings-action@v2.3.0
- uses: s4u/maven-settings-action@v2.4.0
with:
sonatypeSnapshots: true
properties: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
java-version: ${{ matrix.java }}

- uses: s4u/maven-settings-action@v2.3.0
- uses: s4u/maven-settings-action@v2.4.0
with:
sonatypeSnapshots: true

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
java-version: 8

- uses: s4u/maven-settings-action@v2.3.0
- uses: s4u/maven-settings-action@v2.4.0
with:
sonatypeSnapshots: true

Expand Down

0 comments on commit 5b42c9f

Please sign in to comment.