Merge pull request #26 from msolujic/master

Added stable spring data repository to README.md
This commit is contained in:
Michael Nitschinger
2014-01-16 06:00:52 -08:00

View File

@@ -38,6 +38,14 @@ The preferred way is to install the package through maven:
</dependency>
```
To use stable resease of spring data, please add this reposotory to your `pom.xml` file
```xml
<repository>
<id>springframework-release</id>
<url>http://maven.springframework.org/release</url>
</repository>
```
If you want to get a pre-release, please use the springsource snapshot and milestone repositories.
## Configuration