Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zteater authored Aug 25, 2020
1 parent f52b9c0 commit 873fece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Reference: [Maven Settings > Profiles](http://maven.apache.org/settings.html#pro

````yaml
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v11
uses: whelk-io/maven-settings-xml-action@v12
with:
repositories: '[{ "id": "some-repository", "url": "http://some.repository.url" }]'
plugin_repositories: '[{ "id": "some-plugin-repository", "url": "http://some.plugin.repository.url" }]'
Expand Down Expand Up @@ -118,7 +118,7 @@ Reference: [Maven Settings > Profiles](http://maven.apache.org/settings.html#pro

````yaml
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v11
uses: whelk-io/maven-settings-xml-action@v12
with:
repositories: '[{ "id": "some-repository", "name": "some-repository-name", "url": "http://some.repository.url", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } }]'
plugin_repositories: '[{ "id": "some-plugin-repository", "name": "some-plugin-repository-name", "url": "http://some.plugin.repository.url", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" }}]'
Expand Down

0 comments on commit 873fece

Please sign in to comment.