From 473a2282e9e931ac1a59334ca10c0a8e2ea3a7cd Mon Sep 17 00:00:00 2001 From: Kris Jacyna Date: Sun, 13 Oct 2013 20:35:54 +0100 Subject: [PATCH] INT-3170 Update Project Repo in Root Files s/SpringSource/spring-projects/ --- CONTRIBUTING.md | 6 +++--- README.md | 2 +- build.gradle | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7a9887ad0..f0cbc4ccfd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ Once you've completed the web form, simply add the following in a comment on you ## Fork the Repository -1. Go to [https://github.com/SpringSource/spring-integration](https://github.com/SpringSource/spring-integration) +1. Go to [https://github.com/spring-projects/spring-integration](https://github.com/spring-projects/spring-integration) 2. Hit the "fork" button and choose your own github account as the target 3. For more detail see [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/) @@ -38,7 +38,7 @@ Once you've completed the web form, simply add the following in a comment on you 2. `cd spring-integration` 3. `git remote show` _you should see only 'origin' - which is the fork you created for your own github account_ -4. `git remote add upstream git@github.com:SpringSource/spring-integration.git` +4. `git remote add upstream git@github.com:spring-projects/spring-integration.git` 5. `git remote show` _you should now see 'upstream' in addition to 'origin' where 'upstream' is the SpringSource repository from which releases are built_ 6. `git fetch --all` @@ -233,4 +233,4 @@ Add a JIRA issue link to your first commit comment of the pull request on the la [help documentation]: http://help.github.com/send-pull-requests [JIRA issue tracker]: https://jira.springsource.org/browse/INT -[checking out and building]: https://github.com/SpringSource/spring-integration#checking-out-and-building +[checking out and building]: https://github.com/spring-projects/spring-integration#checking-out-and-building diff --git a/README.md b/README.md index bc6305a242..44218f8e5a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Spring Integration To check out the project and build from source, do the following: - git clone git://github.com/SpringSource/spring-integration.git + git clone git://github.com/spring-projects/spring-integration.git cd spring-integration ./gradlew build diff --git a/build.gradle b/build.gradle index 45c8df665d..0ed1ca7f8f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,9 +16,9 @@ ext { linkHomepage = 'http://www.springintegration.org/' linkCi = 'https://build.springsource.org/browse/INT' linkIssue = 'https://jira.springsource.org/browse/INT' - linkScmUrl = 'https://github.com/SpringSource/spring-integration' - linkScmConnection = 'git://github.com/SpringSource/spring-integration.git' - linkScmDevConnection = 'git@github.com:SpringSource/spring-integration.git' + linkScmUrl = 'https://github.com/spring-projects/spring-integration' + linkScmConnection = 'git://github.com/spring-projects/spring-integration.git' + linkScmDevConnection = 'git@github.com:spring-projects/spring-integration.git' } allprojects {