#737 - Consistently use https for resources.

We now use https for linkable resources to consistently access these via https.
This commit is contained in:
Mark Paluch
2019-02-26 15:10:40 +01:00
parent e82fac07f6
commit 8a5aacad89
3 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ Be sure to adapt the version number to the latest release version. The second an
</plugin>
```
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.
- `querydsl-next` - Configures the Querydsl version to be used to be the next available snapshot version.

View File

@@ -32,12 +32,12 @@
<name>Spring Data Build - General parent module</name>
<description>Global parent pom.xml to be used by Spring Data modules</description>
<url>http://www.spring.io/spring-data</url>
<url>https://www.spring.io/spring-data</url>
<inceptionYear>2011</inceptionYear>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
<url>https://www.spring.io</url>
</organization>
<developers>
@@ -46,7 +46,7 @@
<name>Oliver Gierke</name>
<email>ogierke at pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<organizationUrl>https://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
@@ -720,7 +720,7 @@
<repositories>
<repository>
<id>oss-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>

View File

@@ -13,7 +13,7 @@
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
<url>https://www.spring.io</url>
</organization>
<modules>
@@ -28,7 +28,7 @@
<name>Oliver Drotbohm</name>
<email>odrotbohm at pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<organizationUrl>https://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>