[jetty9-dta-ssl] branch master updated: JPAR-96 - switch to new Java 7 parent

Ian Young ian at iay.org.uk
Tue Aug 29 10:13:26 EDT 2017


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

iay pushed a commit to branch master
in repository jetty9-dta-ssl.

View the commit online:
http://git.shibboleth.net/view/?p=jetty9-dta-ssl.git;a=commit;h=1fe85dce5d4c67dbb082af6c29e068d53e490815

The following commit(s) were added to refs/heads/master by this push:
       new  1fe85dc   JPAR-96 - switch to new Java 7 parent
1fe85dc is described below

commit 1fe85dce5d4c67dbb082af6c29e068d53e490815
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 15:13:19 2017 +0100

    JPAR-96 - switch to new Java 7 parent
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b9aac78..b87db66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>7.11.0-SNAPSHOT</version>
     </parent>
 
     <groupId>net.shibboleth.utilities.jetty9</groupId>
@@ -20,9 +20,9 @@
         This is a simple extension to SslContextFactory that supports
         client cert authentication but delegates all of the trust verification
         of the certificate to the application that received the request.
-        
+
         PLEASE READ THE ABOVE AGAIN. Use of this plugin with an application that does not
-        validate the trustworthiness of a provided client certificate will lead to insecure code. 
+        validate the trustworthiness of a provided client certificate will lead to insecure code.
     </description>
 
     <properties>

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


More information about the commits mailing list