diff --git a/readme.md b/readme.md index 48a21728..260be817 100644 --- a/readme.md +++ b/readme.md @@ -16,12 +16,25 @@ Download the jar though Maven: ```xml org.springframework.data - spring-data-key-value + spring-data-keyvalue 0.1.0.BUILD-SNAPSHOT +... + +For snapshot versions, make sure you include the spring snapshots repository: + +```xml + + + spring-libs-snapshot + http://repo.spring.io/libs-snapshot + + ``` -The `ConcurrentHashMap` based default configuration looks like this: + + +The `ConcurrentHashMap` based default configuration looks like this: ```java @Configuration @EnableMapRepositories("com.acme.repositories") @@ -72,4 +85,4 @@ Here are some ways for you to get involved in the community: * Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing. * Watch for upcoming articles on Spring by [subscribing](http://spring.io/blog) to spring.io. -Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests. \ No newline at end of file +Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.