From cecd72debb9b76f1cd538794f68b993be24e25ad Mon Sep 17 00:00:00 2001 From: Zack Teater Date: Tue, 18 May 2021 18:03:36 -0400 Subject: [PATCH] Update release version to 16 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6b591f0..e8c92da3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,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@v14 + uses: whelk-io/maven-settings-xml-action@v16 with: repositories: '[{ "id": "some-repository", "url": "http://some.repository.url" }]' plugin_repositories: '[{ "id": "some-plugin-repository", "url": "http://some.plugin.repository.url" }]' @@ -125,7 +125,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@v14 + uses: whelk-io/maven-settings-xml-action@v16 with: repositories: | [