From 3252d9abf7ab14ed9a8000835c28e3a1985445d0 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 10 Jun 2013 10:09:47 -0400 Subject: [PATCH] Added mailing list and updated description in pom, addresses #344 --- README.txt | 3 +++ pom.xml | 13 ++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 8d73ed6bb..abd39418a 100644 --- a/README.txt +++ b/README.txt @@ -18,6 +18,9 @@ Issues can be reported at: https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues +The mailing list for the project can be found at mitreid-connect@mit.edu, with archives available online: + + https://mailman.mit.edu/mailman/listinfo/mitreid-connect diff --git a/pom.xml b/pom.xml index 89671e53b..30a9241ae 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ openid-connect-common openid-connect-client - openid-connect-server + openid-connect-server @@ -45,14 +45,21 @@ + + + https://mailman.mit.edu/mailman/listinfo/mitreid-connect + MITREid Connect Mailing List + mitreid-connect@mit.edu + + + 1.6 3.1.3.RELEASE 1.5.10 3.1.0.RELEASE - Reference implementation of OpenID Connect spec (http://openid.net/connect/). - + A reference implementation of OpenID Connect (http://openid.net/connect/) and OAuth 2.0 built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library. https://github.com/mitreid-connect