[java-idp-plugin-duo] branch main updated: Pin java-support version to that used by v4.1.0 of the IdP

Phil Smart philip.smart at jisc.ac.uk
Thu Nov 19 14:52:34 UTC 2020


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=981636a1784b6de20c4deb7aa215112d7b611aa6

The following commit(s) were added to refs/heads/main by this push:
       new  981636a   Pin java-support version to that used by v4.1.0 of the IdP
981636a is described below

commit 981636a1784b6de20c4deb7aa215112d7b611aa6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Nov 19 14:52:27 2020 +0000

    Pin java-support version to that used by v4.1.0 of the IdP
    
    After release, the plugin should always be built against this version,
    which matches the minimum compatible IdP version.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 4284029..83bcd6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
         <duo.client.version>1.0.3</duo.client.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
+        <java-support.version>8.2.0-SNAPSHOT</java-support.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
 

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


More information about the commits mailing list