[java-parent-project] 02/06: IDP-1465 - Update maven-deploy-plugin to 3.0.0-M1

Ian Young ian at iay.org.uk
Thu Jan 23 11:46:02 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=2702b3ec2c984f8da9436d4cfba704784b212a2f

commit 2702b3ec2c984f8da9436d4cfba704784b212a2f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 23 15:59:20 2020 +0000

    IDP-1465 - Update maven-deploy-plugin to 3.0.0-M1
    
    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 7f4d87f..aade2a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
         <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
         <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
+        <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-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.1.1</maven-javadoc-plugin.version>
@@ -647,7 +648,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.8.2</version>
+                    <version>${maven-deploy-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