From 9583d235e1bfbc3960458b8b4a2b38a88c7ecbdd Mon Sep 17 00:00:00 2001 From: Jeff Gaynor Date: Wed, 6 Dec 2017 11:46:20 -0600 Subject: [PATCH] 3.5.1 release --- myproxy-logon/pom.xml | 6 ++-- myproxy-website/pom.xml | 6 ++-- oa4mp-client-api/pom.xml | 10 +++--- oa4mp-client-loader-oauth1/pom.xml | 20 +++++------ oa4mp-client-loader-oauth2/pom.xml | 18 +++++----- oa4mp-client-oauth1/pom.xml | 22 ++++++------ oa4mp-client-oauth2/pom.xml | 22 ++++++------ oa4mp-client-test/pom.xml | 20 +++++------ oa4mp-client-webapp/pom.xml | 4 +-- oa4mp-co-oidc/buildNumber.properties | 4 +-- oa4mp-co-oidc/pom.xml | 26 +++++++------- oa4mp-oidc-twofactor/buildNumber.properties | 4 +-- oa4mp-oidc-twofactor/pom.xml | 4 +-- oa4mp-server-admin-oauth1/pom.xml | 12 +++---- oa4mp-server-admin-oauth2/pom.xml | 10 +++--- oa4mp-server-admin/pom.xml | 10 +++--- oa4mp-server-api/pom.xml | 14 ++++---- oa4mp-server-loader-oauth1/pom.xml | 18 +++++----- oa4mp-server-loader-oauth2/pom.xml | 20 +++++------ oa4mp-server-oauth1/buildNumber.properties | 4 +-- oa4mp-server-oauth1/pom.xml | 22 ++++++------ oa4mp-server-oauth2/buildNumber.properties | 4 +-- oa4mp-server-oauth2/pom.xml | 24 ++++++------- oa4mp-server-test/pom.xml | 16 ++++----- oa4mp-skin/pom.xml | 4 +-- oa4mp-twofactor/buildNumber.properties | 4 +-- oa4mp-twofactor/pom.xml | 4 +-- oa4mp-webapp/pom.xml | 2 +- oa4mp-website/pom.xml | 38 ++++++++++----------- oa4mp-website/src/site/site.xml | 2 +- oa4mp-xsede-oauth2/pom.xml | 24 ++++++------- oa4mp-xsede/buildNumber.properties | 4 +-- oa4mp-xsede/pom.xml | 4 +-- pom.xml | 5 +-- 34 files changed, 204 insertions(+), 207 deletions(-) diff --git a/myproxy-logon/pom.xml b/myproxy-logon/pom.xml index 270946976..7aac6e65d 100644 --- a/myproxy-logon/pom.xml +++ b/myproxy-logon/pom.xml @@ -6,11 +6,11 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 MyProxy Logon jar @@ -52,7 +52,7 @@ ncsa-security-util edu.uiuc.ncsa.security - 3.5 + 3.5.1 diff --git a/myproxy-website/pom.xml b/myproxy-website/pom.xml index 66db80caa..9207d5287 100644 --- a/myproxy-website/pom.xml +++ b/myproxy-website/pom.xml @@ -9,7 +9,7 @@ --> edu.uiuc.ncsa.myproxy - 3.5 + 3.5.1 myproxy-website jar @@ -77,7 +77,7 @@ edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 @@ -139,7 +139,7 @@ edu.uiuc.ncsa.maven.skin oa4mp-skin - 3.5 + 3.5.1 diff --git a/oa4mp-client-api/pom.xml b/oa4mp-client-api/pom.xml index 6d6efdf77..0f9f54b8d 100644 --- a/oa4mp-client-api/pom.xml +++ b/oa4mp-client-api/pom.xml @@ -8,7 +8,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-api OAuth for MyProxy client API. @@ -17,25 +17,25 @@ edu.uiuc.ncsa.security.delegation ncsa-security-delegation-client - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-client-loader-oauth1/pom.xml b/oa4mp-client-loader-oauth1/pom.xml index a8d7a4132..4823974b4 100644 --- a/oa4mp-client-loader-oauth1/pom.xml +++ b/oa4mp-client-loader-oauth1/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-loader-oauth1 @@ -17,54 +17,54 @@ edu.uiuc.ncsa.myproxy oa4mp-client-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.myproxy oa4mp-client-api - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 @@ -82,7 +82,7 @@ edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-client-loader-oauth2/pom.xml b/oa4mp-client-loader-oauth2/pom.xml index 88e95a697..210940036 100644 --- a/oa4mp-client-loader-oauth2/pom.xml +++ b/oa4mp-client-loader-oauth2/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-loader-oauth2 @@ -17,54 +17,54 @@ edu.uiuc.ncsa.myproxy oa4mp-client-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.myproxy oa4mp-client-api - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-client-oauth1/pom.xml b/oa4mp-client-oauth1/pom.xml index b85494120..ffd939c86 100644 --- a/oa4mp-client-oauth1/pom.xml +++ b/oa4mp-client-oauth1/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-oauth1 @@ -17,38 +17,38 @@ edu.uiuc.ncsa.myproxy oa4mp-client-webapp - 3.5 + 3.5.1 war runtime edu.uiuc.ncsa.myproxy oa4mp-client-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.myproxy oa4mp-client-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test @@ -56,21 +56,21 @@ edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 @@ -94,7 +94,7 @@ edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-client-oauth2/pom.xml b/oa4mp-client-oauth2/pom.xml index 1fc5436cb..3bf3a994b 100644 --- a/oa4mp-client-oauth2/pom.xml +++ b/oa4mp-client-oauth2/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-oauth2 @@ -17,31 +17,31 @@ edu.uiuc.ncsa.myproxy oa4mp-client-webapp - 3.5 + 3.5.1 war runtime edu.uiuc.ncsa.myproxy oa4mp-client-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.myproxy oa4mp-client-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -54,7 +54,7 @@ edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test @@ -62,28 +62,28 @@ edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-client-test/pom.xml b/oa4mp-client-test/pom.xml index 8b14f6d25..e0ee90b8f 100644 --- a/oa4mp-client-test/pom.xml +++ b/oa4mp-client-test/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-test @@ -17,33 +17,33 @@ edu.uiuc.ncsa.security.delegation ncsa-security-delegation-server - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-api - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test @@ -51,14 +51,14 @@ edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test @@ -67,7 +67,7 @@ edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 postgresql diff --git a/oa4mp-client-webapp/pom.xml b/oa4mp-client-webapp/pom.xml index 224e2728f..83ec96473 100644 --- a/oa4mp-client-webapp/pom.xml +++ b/oa4mp-client-webapp/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-client-webapp @@ -17,7 +17,7 @@ edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-co-oidc/buildNumber.properties b/oa4mp-co-oidc/buildNumber.properties index 4da3f4a11..8c3d9c79d 100644 --- a/oa4mp-co-oidc/buildNumber.properties +++ b/oa4mp-co-oidc/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Thu Nov 09 09:40:46 CST 2017 -buildNumber\\d*=745 +#Wed Dec 06 10:51:48 CST 2017 +buildNumber\\d*=779 diff --git a/oa4mp-co-oidc/pom.xml b/oa4mp-co-oidc/pom.xml index 5f7d15991..bc95e1723 100644 --- a/oa4mp-co-oidc/pom.xml +++ b/oa4mp-co-oidc/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 @@ -22,21 +22,21 @@ edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-admin - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.mail diff --git a/oa4mp-server-admin-oauth2/pom.xml b/oa4mp-server-admin-oauth2/pom.xml index ac4a3a38a..6d7786dde 100644 --- a/oa4mp-server-admin-oauth2/pom.xml +++ b/oa4mp-server-admin-oauth2/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-admin-oauth2 @@ -18,22 +18,22 @@ edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-admin - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 org.mariadb.jdbc diff --git a/oa4mp-server-admin/pom.xml b/oa4mp-server-admin/pom.xml index 436f0cf46..464a02fed 100644 --- a/oa4mp-server-admin/pom.xml +++ b/oa4mp-server-admin/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-admin @@ -17,23 +17,23 @@ edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.mail diff --git a/oa4mp-server-api/pom.xml b/oa4mp-server-api/pom.xml index 4672c3597..413d6a4ac 100644 --- a/oa4mp-server-api/pom.xml +++ b/oa4mp-server-api/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-api @@ -23,19 +23,19 @@ edu.uiuc.ncsa.security.delegation ncsa-security-delegation-server - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -47,14 +47,14 @@ edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 net.sf.json-lib @@ -66,7 +66,7 @@ edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 diff --git a/oa4mp-server-loader-oauth1/pom.xml b/oa4mp-server-loader-oauth1/pom.xml index 7d399b61a..5f0d45987 100644 --- a/oa4mp-server-loader-oauth1/pom.xml +++ b/oa4mp-server-loader-oauth1/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-loader-oauth1 @@ -17,19 +17,19 @@ edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -37,34 +37,34 @@ edu.uiuc.ncsa.myproxy oa4mp-server-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 diff --git a/oa4mp-server-loader-oauth2/pom.xml b/oa4mp-server-loader-oauth2/pom.xml index 23850b3f2..9b49bef99 100644 --- a/oa4mp-server-loader-oauth2/pom.xml +++ b/oa4mp-server-loader-oauth2/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-loader-oauth2 @@ -17,19 +17,19 @@ edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -37,34 +37,34 @@ edu.uiuc.ncsa.myproxy oa4mp-server-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 @@ -86,7 +86,7 @@ edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-server-oauth1/buildNumber.properties b/oa4mp-server-oauth1/buildNumber.properties index 522b84da1..552ce8528 100644 --- a/oa4mp-server-oauth1/buildNumber.properties +++ b/oa4mp-server-oauth1/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Thu Nov 09 09:36:54 CST 2017 -buildNumber\\d*=786 +#Wed Dec 06 10:50:20 CST 2017 +buildNumber\\d*=820 diff --git a/oa4mp-server-oauth1/pom.xml b/oa4mp-server-oauth1/pom.xml index 936470dc0..fb691f49f 100644 --- a/oa4mp-server-oauth1/pom.xml +++ b/oa4mp-server-oauth1/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-oauth1 @@ -18,31 +18,31 @@ edu.uiuc.ncsa.myproxy oa4mp-webapp - 3.5 + 3.5.1 war runtime edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -50,34 +50,34 @@ edu.uiuc.ncsa.myproxy oa4mp-server-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 diff --git a/oa4mp-server-oauth2/buildNumber.properties b/oa4mp-server-oauth2/buildNumber.properties index 227181239..7a57dfb31 100644 --- a/oa4mp-server-oauth2/buildNumber.properties +++ b/oa4mp-server-oauth2/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Thu Nov 09 09:37:07 CST 2017 -buildNumber\\d*=860 +#Wed Dec 06 10:50:33 CST 2017 +buildNumber\\d*=894 diff --git a/oa4mp-server-oauth2/pom.xml b/oa4mp-server-oauth2/pom.xml index a8ec846b2..a6bbce305 100644 --- a/oa4mp-server-oauth2/pom.xml +++ b/oa4mp-server-oauth2/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-oauth2 @@ -17,7 +17,7 @@ edu.uiuc.ncsa.myproxy oa4mp-webapp - 3.5 + 3.5.1 war runtime @@ -29,24 +29,24 @@ edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -54,27 +54,27 @@ edu.uiuc.ncsa.myproxy oa4mp-server-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 org.apache.logging.log4j @@ -90,7 +90,7 @@ edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 @@ -113,7 +113,7 @@ edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-server-test/pom.xml b/oa4mp-server-test/pom.xml index 68f23b064..132f16b3b 100644 --- a/oa4mp-server-test/pom.xml +++ b/oa4mp-server-test/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-server-test @@ -18,45 +18,45 @@ edu.uiuc.ncsa.security.delegation ncsa-security-delegation-server - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-skin/pom.xml b/oa4mp-skin/pom.xml index 86be2ba71..460f8179c 100644 --- a/oa4mp-skin/pom.xml +++ b/oa4mp-skin/pom.xml @@ -5,10 +5,10 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 - 3.5 + 3.5.1 oa4mp-skin jar diff --git a/oa4mp-twofactor/buildNumber.properties b/oa4mp-twofactor/buildNumber.properties index 05d682517..e20fe6d25 100644 --- a/oa4mp-twofactor/buildNumber.properties +++ b/oa4mp-twofactor/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Thu Nov 09 09:40:34 CST 2017 -buildNumber\\d*=453 +#Wed Dec 06 10:51:36 CST 2017 +buildNumber\\d*=471 diff --git a/oa4mp-twofactor/pom.xml b/oa4mp-twofactor/pom.xml index 50d25635d..c184faf94 100644 --- a/oa4mp-twofactor/pom.xml +++ b/oa4mp-twofactor/pom.xml @@ -32,12 +32,12 @@ oa4mp-server-loader-oauth1 edu.uiuc.ncsa.myproxy - 3.5 + 3.5.1 oa4mp-server-api edu.uiuc.ncsa.myproxy - 3.5 + 3.5.1 diff --git a/oa4mp-webapp/pom.xml b/oa4mp-webapp/pom.xml index 7365264b5..c935a2dca 100644 --- a/oa4mp-webapp/pom.xml +++ b/oa4mp-webapp/pom.xml @@ -6,7 +6,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 oa4mp-webapp diff --git a/oa4mp-website/pom.xml b/oa4mp-website/pom.xml index f6c8a3d46..ba5ff11f7 100644 --- a/oa4mp-website/pom.xml +++ b/oa4mp-website/pom.xml @@ -12,7 +12,7 @@ The version number reflects the currently released project. THIS WILL BE DISPLAYED ON THE SITE AS THE CURRENT VERSION NUMBER AT THE TOP OF EACH PAGE! --> - 3.5 + 3.5.1 oa4mp-website jar @@ -81,99 +81,99 @@ edu.uiuc.ncsa.security.delegation ncsa-security-delegation-client - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-delegation-server - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-client-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth1 - 3.5 + 3.5.1 edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 @@ -236,7 +236,7 @@ edu.uiuc.ncsa.maven.skin oa4mp-skin - 3.5 + 3.5.1 diff --git a/oa4mp-website/src/site/site.xml b/oa4mp-website/src/site/site.xml index d732057b9..6c98f1749 100644 --- a/oa4mp-website/src/site/site.xml +++ b/oa4mp-website/src/site/site.xml @@ -27,7 +27,7 @@ edu.uiuc.ncsa.maven.skin oa4mp-skin - 3.5 + 3.5.1 diff --git a/oa4mp-xsede-oauth2/pom.xml b/oa4mp-xsede-oauth2/pom.xml index aeafe81a4..177fa7d96 100644 --- a/oa4mp-xsede-oauth2/pom.xml +++ b/oa4mp-xsede-oauth2/pom.xml @@ -7,7 +7,7 @@ edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 @@ -22,14 +22,14 @@ edu.uiuc.ncsa.myproxy oa4mp-server-oauth2 - 3.5 + 3.5.1 war runtime edu.uiuc.ncsa.myproxy oa4mp-server-api - 3.5 + 3.5.1 jstl @@ -55,19 +55,19 @@ edu.uiuc.ncsa.myproxy oa4mp-server-loader-oauth2 - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-core - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-delegation-common - 3.5 + 3.5.1 test-jar test @@ -75,27 +75,27 @@ edu.uiuc.ncsa.myproxy oa4mp-server-test - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security.delegation ncsa-security-oauth-2.0 - 3.5 + 3.5.1 edu.uiuc.ncsa.security ncsa-security-util - 3.5 + 3.5.1 test-jar test edu.uiuc.ncsa.security ncsa-security-servlet - 3.5 + 3.5.1 org.apache.logging.log4j @@ -111,7 +111,7 @@ edu.uiuc.ncsa.myproxy myproxy-logon - 3.5 + 3.5.1 @@ -134,7 +134,7 @@ edu.uiuc.ncsa.security.delegation ncsa-security-oauth-1.0a - 3.5 + 3.5.1 javax.servlet diff --git a/oa4mp-xsede/buildNumber.properties b/oa4mp-xsede/buildNumber.properties index 891e4ac28..d1d4d3f94 100644 --- a/oa4mp-xsede/buildNumber.properties +++ b/oa4mp-xsede/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Thu Nov 09 09:40:25 CST 2017 -buildNumber\\d*=453 +#Wed Dec 06 10:51:29 CST 2017 +buildNumber\\d*=471 diff --git a/oa4mp-xsede/pom.xml b/oa4mp-xsede/pom.xml index f8d78ae4c..5e3adcba4 100644 --- a/oa4mp-xsede/pom.xml +++ b/oa4mp-xsede/pom.xml @@ -17,12 +17,12 @@ oa4mp-server-loader-oauth1 edu.uiuc.ncsa.myproxy - 3.5 + 3.5.1 oa4mp-server-api edu.uiuc.ncsa.myproxy - 3.5 + 3.5.1 diff --git a/pom.xml b/pom.xml index 0f55c0a1b..58b2bf85b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 edu.uiuc.ncsa.myproxy myproxy - 3.5 + 3.5.1 pom Open Authorization for MyProxy Open Authorization (OAuth) client and server code for MyProxy @@ -70,9 +70,6 @@ oa4mp-website oa4mp-co-oidc oa4mp-server-test-oauth2 - scitokens - scitokens-server - scitokens-client oa4mp-skin myproxy-website