From ac2fba69c83755d07e04cbec963e39a81a00cebd Mon Sep 17 00:00:00 2001 From: Huangbin Zhan Date: Wed, 23 Dec 2015 01:36:35 +0800 Subject: [PATCH] #213 - Fixed URLs pointing to the project. --- README.md | 4 ++-- bom/pom.xml | 2 +- pom.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 06dbdb37..a722849d 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/SpringSource/spring-data-jpa). +As an example have a look at the build of [Spring Data JPA](http://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/SpringSource/spring-data-mongodb). +As an example have a look at the build of [Spring Data MongoDB](http://github.com/spring-projects/spring-data-mongodb). ## Build configuration diff --git a/bom/pom.xml b/bom/pom.xml index 3035b068..95c80c64 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -15,7 +15,7 @@ Spring Data Release Train - BOM Bill of materials to make sure a consistent set of versions is used for Spring Data modules. - https://github.com/SpringData/spring-data-build + https://github.com/spring-projects/spring-data-build diff --git a/pom.xml b/pom.xml index 3afbbe35..959a6844 100644 --- a/pom.xml +++ b/pom.xml @@ -101,14 +101,14 @@ - https://github.com/SpringSource/spring-data-build - scm:git:git://github.com/SpringSource/spring-data-build.git - scm:git:ssh://git@github.com:SpringSource/spring-data-build.git + https://github.com/spring-projects/spring-data-build + scm:git:git://github.com/spring-projects/spring-data-build.git + scm:git:ssh://git@github.com:spring-projects/spring-data-build.git GitHub - https://github.com/SpringSource/spring-data-build/issues + https://github.com/spring-projects/spring-data-build/issues