#213 - Fixed URLs pointing to the project.

This commit is contained in:
Huangbin Zhan
2015-12-23 01:36:35 +08:00
committed by Oliver Gierke
parent 9aabae9116
commit ac2fba69c8
3 changed files with 7 additions and 7 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/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

View File

@@ -15,7 +15,7 @@
<name>Spring Data Release Train - BOM</name>
<description>Bill of materials to make sure a consistent set of versions is used for Spring Data modules.</description>
<url>https://github.com/SpringData/spring-data-build</url>
<url>https://github.com/spring-projects/spring-data-build</url>
<dependencyManagement>
<dependencies>

View File

@@ -101,14 +101,14 @@
</profiles>
<scm>
<url>https://github.com/SpringSource/spring-data-build</url>
<connection>scm:git:git://github.com/SpringSource/spring-data-build.git</connection>
<developerConnection>scm:git:ssh://git@github.com:SpringSource/spring-data-build.git</developerConnection>
<url>https://github.com/spring-projects/spring-data-build</url>
<connection>scm:git:git://github.com/spring-projects/spring-data-build.git</connection>
<developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-data-build.git</developerConnection>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/SpringSource/spring-data-build/issues</url>
<url>https://github.com/spring-projects/spring-data-build/issues</url>
</issueManagement>
<pluginRepositories>