Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
correction of indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uportalis committed Nov 10, 2020
1 parent ea9098f commit 60b5790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Reference: [Maven Settings > Profiles](http://maven.apache.org/settings.html#pro
servers: '[{ "id": "some-server", "username": "some.user", "password": "some.password" }]'
mirrors: '[{ "id": "nexus", "mirrorOf": "!my-org-snapshots,*", "url": "http://redacted/nexus/content/groups/public" }]'
profiles: '[{ "id": "foo.profile", "name": "foo.profile", "url": "http://foo.bar.profile", "properties": { "foo": "property-1", "bar": "property-2"} }]'
plugin_groups: '[ "some.plugin.group.id", "some.other.plugin.group.id" ]'
plugin_groups: '[ "some.plugin.group.id", "some.other.plugin.group.id" ]'

````

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ module.exports = {
updateRepositories,
updatePluginRepositories,
updateProfiles,
updatePluginGroups
updatePluginGroups
}

/***/ })
Expand Down
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ module.exports = {
updateRepositories,
updatePluginRepositories,
updateProfiles,
updatePluginGroups
updatePluginGroups
}

0 comments on commit 60b5790

Please sign in to comment.