Skip to content

Commit

Permalink
Update readme (#501)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
poad authored Aug 1, 2023
1 parent 4373b2a commit 82a8030
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 @@ -29,7 +29,7 @@ To publish Maven artifacts to S3 a build extension must be defined in a project'
<plugin>
<groupId>com.github.poad</groupId>
<artifactId>aws-maven</artifactId>
<version>6.0.6</version>
<version>6.0.8</version>
<extensions>true</extensions>
</plugin>
...
Expand Down Expand Up @@ -212,7 +212,9 @@ aws s3api put-bucket-policy --bucket $BUCKET --policy "$POLICY"
```

## Release Notes

- `6.0.8`
- fix for bucket region selection failure by @stutily in #420
- Update the dependencies
- `6.0.7`
- Bumps Maven Wagon Provider API to 3.5.0
- `6.0.6`
Expand Down

0 comments on commit 82a8030

Please sign in to comment.