From e0d95c7c8adb35476568d58d487bb6593e972a61 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Wed, 13 Jun 2018 02:35:06 +0000 Subject: [PATCH] Release version 4.2.7.RELEASES --- acl/pom.xml | 6 +++--- aspects/pom.xml | 6 +++--- cas/pom.xml | 8 ++++---- config/pom.xml | 18 +++++++++--------- core/pom.xml | 4 ++-- crypto/pom.xml | 4 ++-- data/pom.xml | 6 +++--- gradle.properties | 2 +- itest/context/pom.xml | 10 +++++----- itest/web/pom.xml | 14 +++++++------- ldap/pom.xml | 6 +++--- messaging/pom.xml | 8 ++++---- openid/pom.xml | 8 ++++---- remoting/pom.xml | 6 +++--- samples/boot/helloworld/pom.xml | 10 +++++----- samples/boot/insecure/pom.xml | 4 ++-- samples/javaconfig/aspectj/pom.xml | 10 +++++----- samples/javaconfig/concurrency/pom.xml | 12 ++++++------ samples/javaconfig/data/pom.xml | 8 ++++---- samples/javaconfig/form/pom.xml | 12 ++++++------ samples/javaconfig/hellojs/pom.xml | 12 ++++++------ samples/javaconfig/hellomvc/pom.xml | 14 +++++++------- samples/javaconfig/helloworld/pom.xml | 8 ++++---- samples/javaconfig/inmemory/pom.xml | 14 +++++++------- samples/javaconfig/jdbc/pom.xml | 12 ++++++------ samples/javaconfig/ldap/pom.xml | 14 +++++++------- samples/javaconfig/messages/pom.xml | 8 ++++---- samples/javaconfig/openid/pom.xml | 14 +++++++------- samples/javaconfig/preauth/pom.xml | 12 ++++++------ samples/javaconfig/rememberme/pom.xml | 12 ++++++------ samples/javaconfig/x509/pom.xml | 12 ++++++------ samples/xml/aspectj/pom.xml | 10 +++++----- samples/xml/cas/cassample/pom.xml | 12 ++++++------ samples/xml/cas/casserver/pom.xml | 4 ++-- samples/xml/contacts/pom.xml | 14 +++++++------- samples/xml/dms/pom.xml | 10 +++++----- samples/xml/gae/pom.xml | 12 ++++++------ samples/xml/helloworld/pom.xml | 8 ++++---- samples/xml/insecure/pom.xml | 4 ++-- samples/xml/insecuremvc/pom.xml | 6 +++--- samples/xml/jaas/pom.xml | 12 ++++++------ samples/xml/ldap/pom.xml | 12 ++++++------ samples/xml/openid/pom.xml | 12 ++++++------ samples/xml/preauth/pom.xml | 8 ++++---- samples/xml/servletapi/pom.xml | 12 ++++++------ samples/xml/tutorial/pom.xml | 12 ++++++------ taglibs/pom.xml | 10 +++++----- test/pom.xml | 10 +++++----- web/pom.xml | 6 +++--- 49 files changed, 234 insertions(+), 234 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 239b6a160c..84c6195859 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-acl - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-acl spring-security-acl http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/aspects/pom.xml b/aspects/pom.xml index 9c3f9098cb..aca01cf6f6 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -45,7 +45,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/cas/pom.xml b/cas/pom.xml index 20cf42dc4f..9060f0ecd2 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-cas - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-cas spring-security-cas http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,13 +51,13 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/config/pom.xml b/config/pom.xml index 6234824e5c..efaf238538 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-config spring-security-config http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -97,28 +97,28 @@ org.springframework.security spring-security-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE compile true org.springframework.security spring-security-messaging - 4.2.6.RELEASE + 4.2.7.RELEASE compile true org.springframework.security spring-security-openid - 4.2.6.RELEASE + 4.2.7.RELEASE compile true org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile true @@ -365,13 +365,13 @@ org.springframework.security spring-security-aspects - 4.2.6.RELEASE + 4.2.7.RELEASE test org.springframework.security spring-security-cas - 4.2.6.RELEASE + 4.2.7.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index 44ac002bef..41cc85f799 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-core spring-security-core http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import diff --git a/crypto/pom.xml b/crypto/pom.xml index 3fc8f3b21c..3c7968ddc3 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import diff --git a/data/pom.xml b/data/pom.xml index df78902afb..df9ac97c34 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-data - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-data spring-security-data http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/gradle.properties b/gradle.properties index 3edeafeecf..4233e4cb81 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.2.7.BUILD-SNAPSHOT +version=4.2.7.RELEASE diff --git a/itest/context/pom.xml b/itest/context/pom.xml index bf9e7f224d..d7a39e8627 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-context - 4.2.6.RELEASE + 4.2.7.RELEASE itest-context itest-context http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -57,7 +57,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -132,13 +132,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE test org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 95672f1455..107965b2a6 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-web - 4.2.6.RELEASE + 4.2.7.RELEASE itest-web itest-web http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -98,31 +98,31 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE test org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE test org.springframework.security spring-security-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE test org.springframework.security spring-security-test - 4.2.6.RELEASE + 4.2.7.RELEASE test org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index ea333c19f7..33e9ca0de0 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -73,7 +73,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/messaging/pom.xml b/messaging/pom.xml index 4705f38ce8..ab3d1f2c67 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-messaging - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-messaging spring-security-messaging http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -102,7 +102,7 @@ org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile true diff --git a/openid/pom.xml b/openid/pom.xml index a2befe129d..7ecc19f188 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-openid - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-openid spring-security-openid http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -63,13 +63,13 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/remoting/pom.xml b/remoting/pom.xml index 39abfdb20b..e2e7812018 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/boot/helloworld/pom.xml b/samples/boot/helloworld/pom.xml index cdcc849b3b..38c6c3de3f 100644 --- a/samples/boot/helloworld/pom.xml +++ b/samples/boot/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-boot-helloworld - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-boot-helloworld spring-security-samples-boot-helloworld http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -55,13 +55,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -115,7 +115,7 @@ org.springframework.security spring-security-test - 4.2.6.RELEASE + 4.2.7.RELEASE test diff --git a/samples/boot/insecure/pom.xml b/samples/boot/insecure/pom.xml index d11bf59f69..2f73e38695 100644 --- a/samples/boot/insecure/pom.xml +++ b/samples/boot/insecure/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-boot-insecure - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-boot-insecure spring-security-samples-boot-insecure http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import diff --git a/samples/javaconfig/aspectj/pom.xml b/samples/javaconfig/aspectj/pom.xml index 093648f63e..2aade78fac 100644 --- a/samples/javaconfig/aspectj/pom.xml +++ b/samples/javaconfig/aspectj/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-aspectj - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-javaconfig-aspectj spring-security-samples-javaconfig-aspectj http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -45,13 +45,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -71,7 +71,7 @@ org.springframework.security spring-security-aspects - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/javaconfig/concurrency/pom.xml b/samples/javaconfig/concurrency/pom.xml index df2dd2e27d..d24523225f 100644 --- a/samples/javaconfig/concurrency/pom.xml +++ b/samples/javaconfig/concurrency/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-concurrency - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-concurrency spring-security-samples-javaconfig-concurrency @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index 74e14202e2..5a0ca156f5 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-data - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-javaconfig-data spring-security-samples-javaconfig-data http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -81,13 +81,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-data - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/form/pom.xml b/samples/javaconfig/form/pom.xml index be302dd432..57a934fc9d 100644 --- a/samples/javaconfig/form/pom.xml +++ b/samples/javaconfig/form/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-form - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-form spring-security-samples-javaconfig-form @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/hellojs/pom.xml b/samples/javaconfig/hellojs/pom.xml index 32205030ac..7fd4648bf2 100644 --- a/samples/javaconfig/hellojs/pom.xml +++ b/samples/javaconfig/hellojs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-hellojs - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-hellojs spring-security-samples-javaconfig-hellojs @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -97,25 +97,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/hellomvc/pom.xml b/samples/javaconfig/hellomvc/pom.xml index 78464ca355..cb0a5068eb 100644 --- a/samples/javaconfig/hellomvc/pom.xml +++ b/samples/javaconfig/hellomvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-hellomvc - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-hellomvc spring-security-samples-javaconfig-hellomvc @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -180,7 +180,7 @@ org.springframework.security spring-security-test - 4.2.6.RELEASE + 4.2.7.RELEASE test diff --git a/samples/javaconfig/helloworld/pom.xml b/samples/javaconfig/helloworld/pom.xml index 4a091e3bbf..80ab9f31d1 100644 --- a/samples/javaconfig/helloworld/pom.xml +++ b/samples/javaconfig/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-helloworld - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-helloworld spring-security-samples-javaconfig-helloworld @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -67,13 +67,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/inmemory/pom.xml b/samples/javaconfig/inmemory/pom.xml index d8912d871e..f3b41a7623 100644 --- a/samples/javaconfig/inmemory/pom.xml +++ b/samples/javaconfig/inmemory/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-inmemory - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-inmemory spring-security-samples-javaconfig-inmemory @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -180,7 +180,7 @@ org.springframework.security spring-security-test - 4.2.6.RELEASE + 4.2.7.RELEASE test diff --git a/samples/javaconfig/jdbc/pom.xml b/samples/javaconfig/jdbc/pom.xml index bbcc30cd2d..b3c3e4ecc9 100644 --- a/samples/javaconfig/jdbc/pom.xml +++ b/samples/javaconfig/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-jdbc - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-jdbc spring-security-samples-javaconfig-jdbc @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/ldap/pom.xml b/samples/javaconfig/ldap/pom.xml index bcfe3c4e70..c7263fa1a0 100644 --- a/samples/javaconfig/ldap/pom.xml +++ b/samples/javaconfig/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-ldap spring-security-samples-javaconfig-ldap @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -127,31 +127,31 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index 8be8a93e84..54ae5771aa 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-javaconfig-messages spring-security-samples-javaconfig-messages http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -99,13 +99,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/openid/pom.xml b/samples/javaconfig/openid/pom.xml index ee6285d695..cc565df80d 100644 --- a/samples/javaconfig/openid/pom.xml +++ b/samples/javaconfig/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-openid - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-openid spring-security-samples-javaconfig-openid @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,31 +91,31 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-openid - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/preauth/pom.xml b/samples/javaconfig/preauth/pom.xml index 77fced6ecc..87ace74511 100644 --- a/samples/javaconfig/preauth/pom.xml +++ b/samples/javaconfig/preauth/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-preauth - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-preauth spring-security-samples-javaconfig-preauth @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/rememberme/pom.xml b/samples/javaconfig/rememberme/pom.xml index 5d4dc424a4..625aad0add 100644 --- a/samples/javaconfig/rememberme/pom.xml +++ b/samples/javaconfig/rememberme/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-rememberme - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-rememberme spring-security-samples-javaconfig-rememberme @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/javaconfig/x509/pom.xml b/samples/javaconfig/x509/pom.xml index 6c505e3c14..0397a475c0 100644 --- a/samples/javaconfig/x509/pom.xml +++ b/samples/javaconfig/x509/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-x509 - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-javaconfig-x509 spring-security-samples-javaconfig-x509 @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/xml/aspectj/pom.xml b/samples/xml/aspectj/pom.xml index b442777c7b..4d53d77b89 100644 --- a/samples/xml/aspectj/pom.xml +++ b/samples/xml/aspectj/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-aspectj - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-xml-aspectj spring-security-samples-xml-aspectj http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -45,7 +45,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -65,13 +65,13 @@ org.springframework.security spring-security-aspects - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/cas/cassample/pom.xml b/samples/xml/cas/cassample/pom.xml index 9e64ab2c10..9551f6010e 100644 --- a/samples/xml/cas/cassample/pom.xml +++ b/samples/xml/cas/cassample/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-cassample - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-cassample spring-security-samples-xml-cassample @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -55,13 +55,13 @@ org.springframework.security spring-security-cas - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -98,13 +98,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/cas/casserver/pom.xml b/samples/xml/cas/casserver/pom.xml index 98b9d58f07..738b6f1fe0 100644 --- a/samples/xml/cas/casserver/pom.xml +++ b/samples/xml/cas/casserver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-casserver - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-casserver spring-security-samples-xml-casserver @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import diff --git a/samples/xml/contacts/pom.xml b/samples/xml/contacts/pom.xml index de91d2a8d3..784c0dceab 100644 --- a/samples/xml/contacts/pom.xml +++ b/samples/xml/contacts/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-contacts - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-contacts spring-security-samples-xml-contacts @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -49,13 +49,13 @@ org.springframework.security spring-security-acl - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -145,19 +145,19 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/dms/pom.xml b/samples/xml/dms/pom.xml index 2d6e7a94c0..bdb2a2f0b0 100644 --- a/samples/xml/dms/pom.xml +++ b/samples/xml/dms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-dms - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-samples-xml-dms spring-security-samples-xml-dms http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -45,13 +45,13 @@ org.springframework.security spring-security-acl - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -92,7 +92,7 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/gae/pom.xml b/samples/xml/gae/pom.xml index db07bd0258..59eae67649 100644 --- a/samples/xml/gae/pom.xml +++ b/samples/xml/gae/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-gae - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-gae spring-security-samples-xml-gae @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -73,13 +73,13 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -147,13 +147,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/helloworld/pom.xml b/samples/xml/helloworld/pom.xml index 4786ff49e7..d1e732216d 100644 --- a/samples/xml/helloworld/pom.xml +++ b/samples/xml/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-helloworld - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-helloworld spring-security-samples-xml-helloworld @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -67,13 +67,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/xml/insecure/pom.xml b/samples/xml/insecure/pom.xml index a999e713fc..fd61e7ddf5 100644 --- a/samples/xml/insecure/pom.xml +++ b/samples/xml/insecure/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-insecure - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-insecure spring-security-samples-xml-insecure @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import diff --git a/samples/xml/insecuremvc/pom.xml b/samples/xml/insecuremvc/pom.xml index f36fd27f37..967e59d991 100644 --- a/samples/xml/insecuremvc/pom.xml +++ b/samples/xml/insecuremvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-insecuremvc - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-insecuremvc spring-security-samples-xml-insecuremvc @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -91,7 +91,7 @@ org.springframework.security spring-security-samples-javaconfig-messages - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/samples/xml/jaas/pom.xml b/samples/xml/jaas/pom.xml index d77699c779..74c0b9c0b2 100644 --- a/samples/xml/jaas/pom.xml +++ b/samples/xml/jaas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-jaas - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-jaas spring-security-samples-xml-jaas @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -49,7 +49,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -107,19 +107,19 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/ldap/pom.xml b/samples/xml/ldap/pom.xml index 14241eb341..a8e76ecaa7 100644 --- a/samples/xml/ldap/pom.xml +++ b/samples/xml/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-ldap spring-security-samples-xml-ldap @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -61,7 +61,7 @@ org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -128,19 +128,19 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-ldap - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/openid/pom.xml b/samples/xml/openid/pom.xml index 9c0f1e71d2..fcfa680878 100644 --- a/samples/xml/openid/pom.xml +++ b/samples/xml/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-openid - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-openid spring-security-samples-xml-openid @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -49,13 +49,13 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-openid - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -103,13 +103,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/preauth/pom.xml b/samples/xml/preauth/pom.xml index 884952eda3..7821b8da7a 100644 --- a/samples/xml/preauth/pom.xml +++ b/samples/xml/preauth/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-preauth - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-preauth spring-security-samples-xml-preauth @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -74,13 +74,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/servletapi/pom.xml b/samples/xml/servletapi/pom.xml index 8c34dec6be..5497332d65 100644 --- a/samples/xml/servletapi/pom.xml +++ b/samples/xml/servletapi/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-servletapi - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-servletapi spring-security-samples-xml-servletapi @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -55,13 +55,13 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -118,13 +118,13 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/samples/xml/tutorial/pom.xml b/samples/xml/tutorial/pom.xml index 6ddcb253c7..1faa88686e 100644 --- a/samples/xml/tutorial/pom.xml +++ b/samples/xml/tutorial/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-tutorial - 4.2.6.RELEASE + 4.2.7.RELEASE war spring-security-samples-xml-tutorial spring-security-samples-xml-tutorial @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -55,7 +55,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -119,19 +119,19 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE runtime org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE runtime diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 6582a25176..458d170c18 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -45,19 +45,19 @@ org.springframework.security spring-security-acl - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile diff --git a/test/pom.xml b/test/pom.xml index a0b820fdb8..7012770427 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-test - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-test spring-security-test http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -45,13 +45,13 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE compile @@ -80,7 +80,7 @@ org.springframework.security spring-security-config - 4.2.6.RELEASE + 4.2.7.RELEASE compile true diff --git a/web/pom.xml b/web/pom.xml index fc76de91b9..79e433e2d4 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-web - 4.2.6.RELEASE + 4.2.7.RELEASE spring-security-web spring-security-web http://spring.io/spring-security @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.17.RELEASE + 4.3.18.RELEASE pom import @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.6.RELEASE + 4.2.7.RELEASE compile