[xmlsectool] branch master updated: Pin released depenedncies

Ian Young ian at iay.org.uk
Mon Mar 16 06:05:29 EDT 2020


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=f9dce1e3654125e88a153f9a3dc72ea5448e56a4

The following commit(s) were added to refs/heads/master by this push:
       new  f9dce1e   Pin released depenedncies
f9dce1e is described below

commit f9dce1e3654125e88a153f9a3dc72ea5448e56a4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Mar 16 10:05:24 2020 +0000

    Pin released depenedncies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b69efc..50b23d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
     </parent>
 
     <groupId>net.shibboleth.tool</groupId>
@@ -24,8 +24,8 @@
 
     <properties>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
-        <java-support.version>8.0.0-SNAPSHOT</java-support.version>
+        <opensaml.version>4.0.0</opensaml.version>
+        <java-support.version>8.0.0</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