Skip to content

Commit f0a2dff

Browse files
committed
Cleanup README.md and align with v4.5.5
1 parent 885d6e1 commit f0a2dff

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,6 @@ Download the JAR though [Maven Central](http://mvnrepository.com/artifact/com.gi
5656
</dependency>
5757
```
5858

59-
or via Gradle
60-
61-
```yml
62-
repositories {
63-
mavenCentral()
64-
}
65-
66-
dependencies {
67-
compile group: 'com.github.spring-data-dynamodb',
68-
name: 'spring-data-dynamodb',
69-
version: '5.0.1'
70-
}
71-
```
72-
7359
Setup DynamoDB configuration as well as enabling Spring Data DynamoDB repository support.
7460

7561
```java

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
Added Spring 5 / Spring-Data Kay support
8989
</action>
9090
</release>
91-
<release version="4.5.5" date="" description="Backport of v5.0 (master)">
91+
<release version="4.5.5" date="2018-03-07" description="Backport of v5.0 (master)">
9292
<action dev="derjust" type="fix" issue="139">
9393
Backport of v5.0 branch (master)
9494
</action>

0 commit comments

Comments
 (0)