[java-identity-provider] branch master updated: IDP-1465 - update to Ant 1.10.7

Ian Young ian at iay.org.uk
Mon Jan 6 12:00:53 EST 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=76ac0ddcacdfc5152742aba2b4b18427b73798ab

The following commit(s) were added to refs/heads/master by this push:
       new  76ac0dd   IDP-1465 - update to Ant 1.10.7
76ac0dd is described below

commit 76ac0ddcacdfc5152742aba2b4b18427b73798ab
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 6 17:00:47 2020 +0000

    IDP-1465 - update to Ant 1.10.7
    
    https://issues.shibboleth.net/jira/browse/IDP-1465
---
 idp-distribution/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 96ca803..81cfe22 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -19,6 +19,7 @@
     <properties>
         <idp.finalName>shibboleth-identity-provider-${project.version}</idp.finalName>
         <idp.assemblyDirectory>${project.build.directory}/${idp.finalName}</idp.assemblyDirectory>
+        <ant.version>1.10.7</ant.version>
     </properties>
 
     <dependencies>
@@ -50,13 +51,13 @@
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.9.4</version>
+            <version>${ant.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant-launcher</artifactId>
-            <version>1.9.4</version>
+            <version>${ant.version}</version>
             <scope>runtime</scope>
         </dependency>
         <!-- Logging dependencies, per JPAR-57. -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list