[java-parent-project] 05/06: IDP-1465 - Update maven-project-info-reports-plugin to 3.0.0
Ian Young
ian at iay.org.uk
Thu Jan 23 11:46:05 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=c4a5ba994794ad4f59a1354940114a39fc1b5969
commit c4a5ba994794ad4f59a1354940114a39fc1b5969
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 23 16:22:13 2020 +0000
IDP-1465 - Update maven-project-info-reports-plugin to 3.0.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 3d6d2c1..63f13a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>3.0.0</maven-jxr-plugin.version>
+ <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-site-plugin.version>3.8.2</maven-site-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
@@ -946,7 +947,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.9</version>
+ <version>${maven-project-info-reports-plugin.version}</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list