diff --git a/README.md b/README.md index 30ee3b34..c610eda7 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@ Spring-Boot projects. ## Quick Start ## -Download the JAR though [Maven](http://mvnrepository.com/artifact/com.github.spring-data-dynamodb/spring-data-dynamodb): +Download the JAR though [Maven Central](http://mvnrepository.com/artifact/com.github.spring-data-dynamodb/spring-data-dynamodb): ```xml com.github.spring-data-dynamodb spring-data-dynamodb - 5.0.1 + 5.0.2 ``` diff --git a/RELEASE.md b/RELEASE.md index b6f96612..7060bded 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,9 +1,9 @@ # Release process # 1. Check `pom.xml` for the proper `` tag -1. Check `pom.xml` SpecificaitonVersion entries +1. Check `pom.xml` `` entries 1. Update `src/changes/changes.xml` timestamp of the release version -1. Update `README.md` version for the Maven/Gradle examples +1. Update `README.md` version for the Maven examples Then execute diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5027553a..b3f8a0ae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,7 +23,7 @@ derjust - + Added support for Auditing