[xmlsectool] branch master updated: XSTJ-73 - port to Java 11 platform

Ian Young ian at iay.org.uk
Tue Feb 5 12:53:05 EST 2019


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

iay pushed a commit to branch master
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=8d8d6fd2cbf05c0d0d6ef1b2939a718eaa84ab5b

The following commit(s) were added to refs/heads/master by this push:
       new  8d8d6fd   XSTJ-73 - port to Java 11 platform
8d8d6fd is described below

commit 8d8d6fd2cbf05c0d0d6ef1b2939a718eaa84ab5b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Feb 5 17:53:00 2019 +0000

    XSTJ-73 - port to Java 11 platform
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ecc0e5a..e13aa6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>7.11.1-SNAPSHOT</version>
+        <version>11.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>net.shibboleth.tool</groupId>
@@ -24,8 +24,8 @@
 
     <properties>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>3.4.2-SNAPSHOT</opensaml.version>
-        <java-support.version>7.4.2-SNAPSHOT</java-support.version>
+        <opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
+        <java-support.version>8.0.0-SNAPSHOT</java-support.version>
         <xmlsec.version>2.0.6</xmlsec.version>
     </properties>
 

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


More information about the commits mailing list