Skip to content

Commit

Permalink
Renamed maven settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswara committed Oct 8, 2024
1 parent 1c0ee4f commit 7ac6f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vertx-parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Copy Maven settings
run: |
mkdir -p ~/.m2
cp ./travis/new-settings.xml $HOME/.m2/settings.xml
cp ./travis/actions-maven-settings.xml $HOME/.m2/settings.xml
- name: Update versions for non-SNAPSHOT builds
run: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Copy Maven settings
run: |
mkdir -p ~/.m2
cp ./travis/new-settings.xml $HOME/.m2/settings.xml
cp ./travis/actions-maven-settings.xml $HOME/.m2/settings.xml
- name: Update versions for non-SNAPSHOT builds
run: |
Expand Down
File renamed without changes.

0 comments on commit 7ac6f6f

Please sign in to comment.