No more submodules and new snapshot/milestone repositories
For those of you who clone (or plan to clone) the Spring Social projects, be aware that you no longer need to clone with the --recursive flag or init/update submodules to fetch the buildSrc submodule folder. I've converted Spring Social, Spring Social Twitter, Spring Social Facebook, and Spring Social LinkedIn to use the same build process that is used by the Spring Framework, which doesn't rely on Git submodules. I'll be converting Spring Social GitHub and Spring Social TripIt soon.
Also be aware that the snapshot and milestone repositories are now:
- http://repo.springsource.org/libs-snapshot
- http://repo.springsource.org/libs-milestone
In the next few days, I'll be adjusting the sample projects to reflect these new repositories.
Craig Walls
Spring Social Project Lead