diff --git a/acl/pom.xml b/acl/pom.xml
index 78d424876c..6befeb8ea6 100644
--- a/acl/pom.xml
+++ b/acl/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 ca1db5ed14..e7c9f8ddf4 100644
--- a/aspects/pom.xml
+++ b/aspects/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 2408858c30..e52682a16b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,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/" }
}
eclipse.project.name = "${project.name}-4.1.x"
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index a2ee283109..c13873433c 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -4,11 +4,11 @@ repositories {
mavenCentral()
maven {
name = 'SpringSource Enterprise Release'
- url = 'http://repository.springsource.com/maven/bundles/release'
+ url = 'https://repository.springsource.com/maven/bundles/release'
}
maven {
name = 'SpringSource Enterprise External'
- url = 'http://repository.springsource.com/maven/bundles/external'
+ url = 'https://repository.springsource.com/maven/bundles/external'
}
}
diff --git a/cas/pom.xml b/cas/pom.xml
index 840f19f163..3aec94ad89 100644
--- a/cas/pom.xml
+++ b/cas/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 dc3e9fff61..b98f36dc66 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 f274180133..ce72366ef8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 0d448e1e1c..ebea100722 100644
--- a/crypto/pom.xml
+++ b/crypto/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 afa447863e..f148988bb4 100644
--- a/data/pom.xml
+++ b/data/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 81edfadc8b..d20af5ac11 100644
--- a/gradle/ide.gradle
+++ b/gradle/ide.gradle
@@ -57,7 +57,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 3d17990d22..1f007e9a24 100644
--- a/gradle/javaprojects.gradle
+++ b/gradle/javaprojects.gradle
@@ -195,9 +195,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 c637eb0165..ce79ee8b1e 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 993478b854..2a6fac11a7 100644
--- a/itest/context/pom.xml
+++ b/itest/context/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 055a26a15b..aaa7932fe1 100644
--- a/itest/web/pom.xml
+++ b/itest/web/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 1b8ada1c65..3126735012 100644
--- a/ldap/pom.xml
+++ b/ldap/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 97f620dd50..ac2a6e05c6 100644
--- a/messaging/pom.xml
+++ b/messaging/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 28c0f46d04..ebe5cb059b 100644
--- a/openid/pom.xml
+++ b/openid/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 cfeeda1f78..29e07307a6 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 afa737ac58..7373761d36 100644
--- a/samples/boot/helloworld/pom.xml
+++ b/samples/boot/helloworld/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 362dfd56c3..84018b9d48 100644
--- a/samples/boot/insecure/pom.xml
+++ b/samples/boot/insecure/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 fc9e4892a3..afafd767ea 100644
--- a/samples/javaconfig/aspectj/pom.xml
+++ b/samples/javaconfig/aspectj/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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/chat/pom.xml b/samples/javaconfig/chat/pom.xml
index a5246f6734..dc8a7760bf 100644
--- a/samples/javaconfig/chat/pom.xml
+++ b/samples/javaconfig/chat/pom.xml
@@ -7,15 +7,15 @@
war
spring-security-samples-javaconfig-chat
spring-security-samples-javaconfig-chat
- 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 6c9534932e..77c8ad36b1 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 b2cf6a1b2a..3455884ec1 100644
--- a/samples/javaconfig/data/pom.xml
+++ b/samples/javaconfig/data/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 90edd06614..cd218d0ba6 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 f1834a3970..795851d881 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 54b22b7e8d..d99dfb0861 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 6fa0de0c89..6e2571ddd4 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 992dcbe79d..1f1bbe0411 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 7906ad070d..da086e8e43 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 4bbfe06ba9..fb11c77c5d 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 b84a91c984..9005ce6ae1 100644
--- a/samples/javaconfig/messages/pom.xml
+++ b/samples/javaconfig/messages/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 0892c9b6b8..15cf2a2a17 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 46223e7e94..68d114e517 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 903f1c3c7b..4b24788a8e 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 75fa22ba04..ce5f23076d 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 55ba1215f6..008eb9f15a 100644
--- a/samples/xml/aspectj/pom.xml
+++ b/samples/xml/aspectj/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 714c575a24..67e3cd9d31 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 920284bee3..af2c8e126c 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 c8390dfc6f..5ea69e3ac0 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 aa85aeb4c0..649b89daa6 100644
--- a/samples/xml/dms/pom.xml
+++ b/samples/xml/dms/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 50510c7ace..5c57a75ea7 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 a72a6bdd66..5e9caced0e 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 7ab0518d29..485b4fee4b 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 12f8a18b03..99e5f21b1a 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 59e910b648..e6f63f3e3b 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 971b16c92d..986614e9f5 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 fa5b7d968e..aaa856ab45 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 277aeac299..76f6c96ea5 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 df8d507eb5..7dc9c16701 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 41f082247d..0a74f35e8d 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 febba3fa32..e85c0cc557 100644
--- a/taglibs/pom.xml
+++ b/taglibs/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 b8393c352b..a79f9002d8 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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 421b72f790..0efe7cc3b6 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -6,15 +6,15 @@
4.1.5.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