diff --git a/acl/pom.xml b/acl/pom.xml index 0e6f4bfd27..61b1ae5c44 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-acl spring-security-acl - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/aspects/pom.xml b/aspects/pom.xml index 43c1107c6c..c9d686ef8d 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-aspects spring-security-aspects - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/build.gradle b/build.gradle index b872cfc6b0..b16847db06 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ allprojects { mavenCentral() maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/plugins-release" } - maven { url "http://repo.terracotta.org/maven2/" } + maven { url "https://repo.terracotta.org/maven2/" } } } diff --git a/cas/pom.xml b/cas/pom.xml index 5fbc29cb5f..6d5b04034e 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-cas spring-security-cas - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/config/pom.xml b/config/pom.xml index e12bf609e3..c9b445fc42 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-config spring-security-config - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/core/pom.xml b/core/pom.xml index 3b3ec4a0d5..9d42234769 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-core spring-security-core - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/crypto/pom.xml b/crypto/pom.xml index 590b0ff2bb..d31a1e5656 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-crypto spring-security-crypto - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/data/pom.xml b/data/pom.xml index df6d1cd274..16d2b4bb96 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-data spring-security-data - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/docs/docs.gradle b/docs/docs.gradle index 52f896d200..dcb93b215c 100644 --- a/docs/docs.gradle +++ b/docs/docs.gradle @@ -77,9 +77,9 @@ task apidocs(type: Javadoc) { options { outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET links = [ - "http://static.springframework.org/spring/docs/3.2.x/javadoc-api", - "http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/", - "http://download.oracle.com/javase/6/docs/api/" + "https://docs.spring.io/spring/docs/3.2.x/javadoc-api", + "https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/", + "https://download.oracle.com/javase/6/docs/api/" ] groups = [ 'Spring Security Core':[ diff --git a/gradle/ide.gradle b/gradle/ide.gradle index f502691072..c6680827e0 100644 --- a/gradle/ide.gradle +++ b/gradle/ide.gradle @@ -59,7 +59,7 @@ eclipse { } } -// http://forums.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided +// https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided eclipse.classpath { defaultOutputDir = file('bin/main') file.whenMerged { cp -> diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index c93d7d1cc1..97adde4544 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -200,9 +200,9 @@ javadoc { header = project.name outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET links = [ - "http://static.springsource.org/spring/docs/3.2.x/javadoc-api/", - "http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/", - "http://download.oracle.com/javase/6/docs/api/" + "https://docs.spring.io/spring/docs/3.2.x/javadoc-api/", + "https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/", + "https://download.oracle.com/javase/6/docs/api/" ] groups = [ 'Spring Security Core':[ diff --git a/gradle/maven-deployment.gradle b/gradle/maven-deployment.gradle index 8944fd14d6..adff663121 100644 --- a/gradle/maven-deployment.gradle +++ b/gradle/maven-deployment.gradle @@ -46,15 +46,15 @@ def customizePom(pom, gradleProject) { packaging = "war" } description = gradleProject.name - url = 'http://spring.io/spring-security' + url = 'https://spring.io/spring-security' organization { name = 'spring.io' - url = 'http://spring.io/' + url = 'https://spring.io/' } licenses { license { name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' + url 'https://www.apache.org/licenses/LICENSE-2.0.txt' distribution 'repo' } } @@ -106,7 +106,7 @@ def customizePom(pom, gradleProject) { } } - // http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property + // https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property pom.withXml { def plugins = asNode().appendNode('build').appendNode('plugins') plugins diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 11ba55f780..c20b562628 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE itest-context itest-context - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/itest/web/pom.xml b/itest/web/pom.xml index c80148d29b..7c68f4d61e 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE itest-web itest-web - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/ldap/pom.xml b/ldap/pom.xml index e164824192..454aedab5f 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-ldap spring-security-ldap - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/messaging/pom.xml b/messaging/pom.xml index 1fa967c675..ecefc3dd86 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-messaging spring-security-messaging - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/openid/pom.xml b/openid/pom.xml index 72a13fcdcc..cf56a81a57 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-openid spring-security-openid - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/remoting/pom.xml b/remoting/pom.xml index 58dac2f30b..84b5680aa1 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-remoting spring-security-remoting - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/boot/helloworld/pom.xml b/samples/boot/helloworld/pom.xml index fe47110ec8..cc1a99f8f7 100644 --- a/samples/boot/helloworld/pom.xml +++ b/samples/boot/helloworld/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-boot-helloworld spring-security-samples-boot-helloworld - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/boot/insecure/pom.xml b/samples/boot/insecure/pom.xml index d125172568..823925bf95 100644 --- a/samples/boot/insecure/pom.xml +++ b/samples/boot/insecure/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-boot-insecure spring-security-samples-boot-insecure - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/aspectj/pom.xml b/samples/javaconfig/aspectj/pom.xml index af4df108ec..25728cbfa2 100644 --- a/samples/javaconfig/aspectj/pom.xml +++ b/samples/javaconfig/aspectj/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-javaconfig-aspectj spring-security-samples-javaconfig-aspectj - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/concurrency/pom.xml b/samples/javaconfig/concurrency/pom.xml index 36c6bdd70b..1b82042149 100644 --- a/samples/javaconfig/concurrency/pom.xml +++ b/samples/javaconfig/concurrency/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-concurrency spring-security-samples-javaconfig-concurrency - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index e00dcf2b78..c669eba20b 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-javaconfig-data spring-security-samples-javaconfig-data - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/form/pom.xml b/samples/javaconfig/form/pom.xml index 00deb3c5e2..66431c8a4e 100644 --- a/samples/javaconfig/form/pom.xml +++ b/samples/javaconfig/form/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-form spring-security-samples-javaconfig-form - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/hellojs/pom.xml b/samples/javaconfig/hellojs/pom.xml index 3784a10a26..21dcebb2ea 100644 --- a/samples/javaconfig/hellojs/pom.xml +++ b/samples/javaconfig/hellojs/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-hellojs spring-security-samples-javaconfig-hellojs - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/hellomvc/pom.xml b/samples/javaconfig/hellomvc/pom.xml index 5766bc066b..0cd300cbc2 100644 --- a/samples/javaconfig/hellomvc/pom.xml +++ b/samples/javaconfig/hellomvc/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-hellomvc spring-security-samples-javaconfig-hellomvc - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/helloworld/pom.xml b/samples/javaconfig/helloworld/pom.xml index 93333002aa..f78718e680 100644 --- a/samples/javaconfig/helloworld/pom.xml +++ b/samples/javaconfig/helloworld/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-helloworld spring-security-samples-javaconfig-helloworld - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/inmemory/pom.xml b/samples/javaconfig/inmemory/pom.xml index eb89818f58..32a66b3c05 100644 --- a/samples/javaconfig/inmemory/pom.xml +++ b/samples/javaconfig/inmemory/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-inmemory spring-security-samples-javaconfig-inmemory - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/jdbc/pom.xml b/samples/javaconfig/jdbc/pom.xml index 935f15cca6..b4a5ad2468 100644 --- a/samples/javaconfig/jdbc/pom.xml +++ b/samples/javaconfig/jdbc/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-jdbc spring-security-samples-javaconfig-jdbc - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/ldap/pom.xml b/samples/javaconfig/ldap/pom.xml index cb895a949a..06e506f80c 100644 --- a/samples/javaconfig/ldap/pom.xml +++ b/samples/javaconfig/ldap/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-ldap spring-security-samples-javaconfig-ldap - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index 84e57efc3d..d33474c8a2 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-javaconfig-messages spring-security-samples-javaconfig-messages - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/openid/pom.xml b/samples/javaconfig/openid/pom.xml index 9200ac707b..8143244569 100644 --- a/samples/javaconfig/openid/pom.xml +++ b/samples/javaconfig/openid/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-openid spring-security-samples-javaconfig-openid - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/pom.xml b/samples/javaconfig/pom.xml index 45e8ee3a7f..113feaedf6 100644 --- a/samples/javaconfig/pom.xml +++ b/samples/javaconfig/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT javaconfig javaconfig - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/preauth/pom.xml b/samples/javaconfig/preauth/pom.xml index 7fe1268298..07225b5f2b 100644 --- a/samples/javaconfig/preauth/pom.xml +++ b/samples/javaconfig/preauth/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-preauth spring-security-samples-javaconfig-preauth - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/rememberme/pom.xml b/samples/javaconfig/rememberme/pom.xml index c76dd5cc71..0e82741647 100644 --- a/samples/javaconfig/rememberme/pom.xml +++ b/samples/javaconfig/rememberme/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-rememberme spring-security-samples-javaconfig-rememberme - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/x509/pom.xml b/samples/javaconfig/x509/pom.xml index ae230ddb56..b65774fe14 100644 --- a/samples/javaconfig/x509/pom.xml +++ b/samples/javaconfig/x509/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-x509 spring-security-samples-javaconfig-x509 - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/pom.xml b/samples/pom.xml index f3c4e0b580..5b14b07579 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT samples samples - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/aspectj/pom.xml b/samples/xml/aspectj/pom.xml index 54e47270ae..c9639a001e 100644 --- a/samples/xml/aspectj/pom.xml +++ b/samples/xml/aspectj/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-xml-aspectj spring-security-samples-xml-aspectj - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/cas/cassample/pom.xml b/samples/xml/cas/cassample/pom.xml index 85b5d8c90d..c19af13651 100644 --- a/samples/xml/cas/cassample/pom.xml +++ b/samples/xml/cas/cassample/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-cassample spring-security-samples-xml-cassample - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/cas/casserver/pom.xml b/samples/xml/cas/casserver/pom.xml index 354a70d0ea..fd02dd1bca 100644 --- a/samples/xml/cas/casserver/pom.xml +++ b/samples/xml/cas/casserver/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-casserver spring-security-samples-xml-casserver - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/cas/pom.xml b/samples/xml/cas/pom.xml index d44f67455f..fc5a975f2f 100644 --- a/samples/xml/cas/pom.xml +++ b/samples/xml/cas/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT cas cas - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/contacts/pom.xml b/samples/xml/contacts/pom.xml index 38ed2698d1..9c9f7ff7ce 100644 --- a/samples/xml/contacts/pom.xml +++ b/samples/xml/contacts/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-contacts spring-security-samples-xml-contacts - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/dms/pom.xml b/samples/xml/dms/pom.xml index 871bb8f472..c539adfc2b 100644 --- a/samples/xml/dms/pom.xml +++ b/samples/xml/dms/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-xml-dms spring-security-samples-xml-dms - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/gae/pom.xml b/samples/xml/gae/pom.xml index d4eca1420b..5fbbfe2f8c 100644 --- a/samples/xml/gae/pom.xml +++ b/samples/xml/gae/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-gae spring-security-samples-xml-gae - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/helloworld/pom.xml b/samples/xml/helloworld/pom.xml index 19987ca180..484cc5125f 100644 --- a/samples/xml/helloworld/pom.xml +++ b/samples/xml/helloworld/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-helloworld spring-security-samples-xml-helloworld - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/insecure/pom.xml b/samples/xml/insecure/pom.xml index 2564ed0e05..2bca330a9b 100644 --- a/samples/xml/insecure/pom.xml +++ b/samples/xml/insecure/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-insecure spring-security-samples-xml-insecure - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/insecuremvc/pom.xml b/samples/xml/insecuremvc/pom.xml index 3c3e841c9c..e8125d37b8 100644 --- a/samples/xml/insecuremvc/pom.xml +++ b/samples/xml/insecuremvc/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-insecuremvc spring-security-samples-xml-insecuremvc - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/jaas/pom.xml b/samples/xml/jaas/pom.xml index 6d64d0cd8a..4b7450f68c 100644 --- a/samples/xml/jaas/pom.xml +++ b/samples/xml/jaas/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-jaas spring-security-samples-xml-jaas - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/ldap/pom.xml b/samples/xml/ldap/pom.xml index a7e4f2fd54..b06d0e4cc7 100644 --- a/samples/xml/ldap/pom.xml +++ b/samples/xml/ldap/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-ldap spring-security-samples-xml-ldap - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/openid/pom.xml b/samples/xml/openid/pom.xml index 956afaa815..3f4b8b4fe6 100644 --- a/samples/xml/openid/pom.xml +++ b/samples/xml/openid/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-openid spring-security-samples-xml-openid - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/pom.xml b/samples/xml/pom.xml index 649f6c1881..7a28754702 100644 --- a/samples/xml/pom.xml +++ b/samples/xml/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT xml xml - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/preauth/pom.xml b/samples/xml/preauth/pom.xml index 2d1587c048..e466782e22 100644 --- a/samples/xml/preauth/pom.xml +++ b/samples/xml/preauth/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-preauth spring-security-samples-xml-preauth - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/servletapi/pom.xml b/samples/xml/servletapi/pom.xml index a79867246f..c4e6911892 100644 --- a/samples/xml/servletapi/pom.xml +++ b/samples/xml/servletapi/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-servletapi spring-security-samples-xml-servletapi - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/tutorial/pom.xml b/samples/xml/tutorial/pom.xml index d35e0a8d21..f3e99c834d 100644 --- a/samples/xml/tutorial/pom.xml +++ b/samples/xml/tutorial/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-tutorial spring-security-samples-xml-tutorial - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/taglibs/pom.xml b/taglibs/pom.xml index a58bcfa4d4..f6aa3aa028 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-taglibs spring-security-taglibs - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/test/pom.xml b/test/pom.xml index 4fde074352..1cc1d8122a 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-test spring-security-test - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/web/pom.xml b/web/pom.xml index a8cfdea319..991c25c94c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-web spring-security-web - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo