Skip to content

Commit

Permalink
Correct the commands and instructions for versions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rcousins committed Oct 25, 2023
1 parent 1c32967 commit aa88259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ $ install.sh

In cases where the SDK version in the pom.xml file do not match the ones available on SWIFT Developer Portal, please run the following command. The versions plugin will update your pom file with the latest available in your local repository.

After installing the SDK packages, navigate to where you have cloned this project and execute these in the same directory as the pom.xml file.

```
$ mvn versions:user-latest-versions -Dincludes=com.swift.commons.oauth:swift-security-sdk
$ mvn versions:use-latest-versions -Dincludes=com.swift.commons.oauth:swift-security-sdk
```

```
$ mvn versions:user-latest-versions -Dincludes=com.swift.apisdk:swift-sdk-swagger
$ mvn versions:use-latest-versions -Dincludes=com.swift.apisdk:swift-sdk-swagger
```

### Configure runtime SDK properties ###
Expand Down

0 comments on commit aa88259

Please sign in to comment.