From 1400c0090e7f8b5527db153123536e5c3824f498 Mon Sep 17 00:00:00 2001 From: msolujic Date: Thu, 16 Jan 2014 12:32:29 +0100 Subject: [PATCH] Added stable spring data repository to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4163cab5..d9d832e4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ The preferred way is to install the package through maven: ``` +To use stable resease of spring data, please add this reposotory to your `pom.xml` file +```xml + + springframework-release + http://maven.springframework.org/release + +``` + If you want to get a pre-release, please use the springsource snapshot and milestone repositories. ## Configuration