From 8ed510abfca911280efb5281829c979d980af0cf Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 20 Feb 2024 18:15:37 +0100 Subject: [PATCH] Fix docs abut Maven 4 --- README.md | 2 +- src/site/markdown/index.md.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b64b041..0bb9850 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index 861e75a..7044a94 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -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