[java-parent-project] 03/04: IDP-1465 - Update Maven clean plugin to 3.1.0
Ian Young
ian at iay.org.uk
Tue Jan 14 13:23:25 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=33f95e287490147ef096ad19c4630e25eabeb107
commit 33f95e287490147ef096ad19c4630e25eabeb107
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 14 18:02:47 2020 +0000
IDP-1465 - Update Maven clean plugin to 3.1.0
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6b5828d..c2de06c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
<maven-assembly-plugin.version>3.2.0</maven-assembly-plugin.version>
+ <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
@@ -575,7 +576,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>3.0.0</version>
+ <version>${maven-clean-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