#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

@@ -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>