changed links to spring-data-build.git and spring-data-commons.git projects

This commit is contained in:
Alex Shvid
2013-11-26 12:56:59 -08:00
parent 5ffff41fc9
commit d6b5c0b227

View File

@@ -11,10 +11,10 @@ Cloning
When cloning this repo, it's a good idea to also clone two others from Spring Data that this project depends on. Assuming your current working directory is the root of this repository, issue the following commands:
cd ..
git clone git@github.com:spring-projects/spring-data-build.git
git clone git@github.com:spring-projects/spring-data-commons.git
git clone https://github.com/spring-projects/spring-data-build.git
git clone https://github.com/spring-projects/spring-data-commons.git
Building
--------
This is a standard Maven multimodule project. Just issue the command `mvn clean install` from the repo root.
This is a standard Maven multimodule project. Just issue the command `mvn clean install` from the repo root.