diff --git a/README.md b/README.md
index a722849d..15747e12 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Be sure to adapt the version number to the latest release version. The second an
```
-As an example have a look at the build of [Spring Data JPA](http://github.com/spring-projects/spring-data-jpa).
+As an example have a look at the build of [Spring Data JPA](https://github.com/spring-projects/spring-data-jpa).
### Multi project setup
@@ -68,7 +68,7 @@ A multi module setup requires slightly more setup and some structure being set u
- The assembly needs to be build in a dedicated sub-module (e.g. `distribution`), declare the assembly plugin (see single project setup) in that submodule and reconfigure the `project.root` property in that module to `${basedir}/..`.
- Configure `${dist.id}` in the root project to the basic artifact id (e.g. `spring-data-mongodb`) as this will serve as file name for distribution artifacts, static resources etc. It will default to the artifact id and thus usually resolve to a `…-parent` if not configured properly.
-As an example have a look at the build of [Spring Data MongoDB](http://github.com/spring-projects/spring-data-mongodb).
+As an example have a look at the build of [Spring Data MongoDB](https://github.com/spring-projects/spring-data-mongodb).
## Build configuration
@@ -85,4 +85,4 @@ As an example have a look at the build of [Spring Data MongoDB](http://github.co
- `spring4-next` - Configures the Spring version to be used to be the next 4.0.x snapshot version.
- `spring41` - Configures the Spring version to be used to be the latest 4.1.x release version.
- `spring41-next` - Configures the Spring version to be used to be the next 4.1.x release version.
-- `querydsl-next` - Configures the Querydsl version to be used to be the next available snapshot version.
\ No newline at end of file
+- `querydsl-next` - Configures the Querydsl version to be used to be the next available snapshot version.
diff --git a/parent/pom.xml b/parent/pom.xml
index 9dc276d3..82d093e3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,12 +32,12 @@
Spring Data Build - General parent module
Global parent pom.xml to be used by Spring Data modules
- http://www.spring.io/spring-data
+ https://www.spring.io/spring-data
2011
Pivotal Software, Inc.
- http://www.spring.io
+ https://www.spring.io
@@ -46,7 +46,7 @@
Oliver Gierke
ogierke at pivotal.io
Pivotal Software, Inc.
- http://www.spring.io
+ https://www.spring.io
Project lead
@@ -720,7 +720,7 @@
oss-nexus-snapshots
- http://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/snapshots
diff --git a/pom.xml b/pom.xml
index 304b78f9..6abf6d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
Pivotal Software, Inc.
- http://www.spring.io
+ https://www.spring.io
@@ -28,7 +28,7 @@
Oliver Drotbohm
odrotbohm at pivotal.io
Pivotal Software, Inc.
- http://www.spring.io
+ https://www.spring.io
Project lead