[java-parent-project] branch master updated: IDP-1465 - Update assembly, enforcer, jar, source plugins to latest
Ian Young
ian at iay.org.uk
Wed Dec 18 11:08:01 EST 2019
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=b96887cc395cbb9e2064977fe364f052fd00bcd7
The following commit(s) were added to refs/heads/master by this push:
new b96887c IDP-1465 - Update assembly, enforcer, jar, source plugins to latest
b96887c is described below
commit b96887cc395cbb9e2064977fe364f052fd00bcd7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 18 13:48:35 2019 +0000
IDP-1465 - Update assembly, enforcer, jar, source plugins to latest
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index a9dcef6..2e1bf5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,12 +47,13 @@
<checkstyle-plugin.version>3.1.0</checkstyle-plugin.version>
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
- <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
+ <maven-assembly-plugin.version>3.2.0</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
- <maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
- <maven-jar-plugin.version>3.1.2</maven-jar-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>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<maven-site-plugin.version>3.8.2</maven-site-plugin.version>
+ <maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
<maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
@@ -706,7 +707,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version>
+ <version>${maven-source-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