Results 1 to 3 of 3

Thread: Announce: source code moved to GitHub

  1. #1
    Join Date
    Jun 2005
    Posts
    4,241

    Default Announce: source code moved to GitHub

    The source code for Spring Security OAuth has moved to https://github.com/SpringSource/spring-security-oauth. The old gitorious repository will be removed and replaced with a placeholder pointing to the new one, and probably eventually deleted. As with other projects moving to Github we hope this will stimulate more community contributions.

    If you have existing clones you can switch just by adding a new remote, e.g.

    Code:
    $ git remote rm origin
    $ git remote add origin git://github.com/SpringSource/spring-security-oauth.git

  2. #2
    Join Date
    May 2006
    Location
    Madrid
    Posts
    383

    Default

    Please, can you update the "build from source" documentation (http://static.springsource.org/sprin...ite/build.html) in order to reflect the new repository location?

    Thank you very much.

  3. #3
    Join Date
    May 2008
    Location
    Salt Lake City
    Posts
    167

    Default

    Quote Originally Posted by jbbarquero View Post
    Please, can you update the "build from source" documentation (http://static.springsource.org/sprin...ite/build.html) in order to reflect the new repository location?
    Ya. Still working on that...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •