[java-parent-project] branch main updated: Update maven-gpg-plugin to 3.0.1
Ian Young
ian at iay.org.uk
Wed Mar 23 16:08:18 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=43f1a59e4e946d32f2d26aece9c3aaf2edcc1fab
The following commit(s) were added to refs/heads/main by this push:
new 43f1a59 Update maven-gpg-plugin to 3.0.1
43f1a59 is described below
commit 43f1a59e4e946d32f2d26aece9c3aaf2edcc1fab
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Mar 23 15:50:06 2022 +0000
Update maven-gpg-plugin to 3.0.1
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 170ad2a..1ed83c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
+ <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.3.0.1</maven-javadoc-plugin.version>
@@ -743,7 +744,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.6</version>
+ <version>${maven-gpg-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list