Skip to content

Commit

Permalink
Merge pull request #175 from s4u/fix-doc
Browse files Browse the repository at this point in the history
Fix docs abut Maven 4
  • Loading branch information
slawekjaranowski authored Feb 20, 2024
2 parents 1f69836 + 8ed510a commit 789fc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This plugin can replace **maven-gpg-plugin** in an easy way and provide new feat
# Feature

- all the signing operations are done using `Bouncy Castle`
- support Maven `3.6` and is ready for next version `4.0` of Maven with `Consumer POM`
- support Maven `3.6` and is ready for next version `4.0` of Maven
- support `subkey` for signing
- easy to use on CI system, configuration can be provided by environment variables
- key passphrase can be encrypted by standard Maven [Password Encryption](https://maven.apache.org/guides/mini/guide-encryption.html)
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature
-------

- all the signing operations are done using `Bouncy Castle`
- support Maven `3.6` and is ready for next version `4.0` of Maven with `Consumer POM`
- support Maven `3.6` and is ready for next version `4.0` of Maven
- support `subkey` for signing
- easy to use on CI system, configuration can be provided by environment variables
- key passphrase can be encrypted by standard
Expand Down

0 comments on commit 789fc57

Please sign in to comment.