File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ Spring-Boot projects.
46
46
47
47
## Quick Start ##
48
48
49
- Download the JAR though [ Maven] ( http://mvnrepository.com/artifact/com.github.spring-data-dynamodb/spring-data-dynamodb ) :
49
+ Download the JAR though [ Maven Central ] ( http://mvnrepository.com/artifact/com.github.spring-data-dynamodb/spring-data-dynamodb ) :
50
50
51
51
``` xml
52
52
<dependency >
53
53
<groupId >com.github.spring-data-dynamodb</groupId >
54
54
<artifactId >spring-data-dynamodb</artifactId >
55
- <version >5.0.1 </version >
55
+ <version >5.0.2 </version >
56
56
</dependency >
57
57
```
58
58
Original file line number Diff line number Diff line change 1
1
# Release process #
2
2
3
3
1 . Check ` pom.xml ` for the proper ` <version /> ` tag
4
- 1 . Check ` pom.xml ` SpecificaitonVersion entries
4
+ 1 . Check ` pom.xml ` ` <Specification-Version /> ` entries
5
5
1 . Update ` src/changes/changes.xml ` timestamp of the release version
6
- 1 . Update ` README.md ` version for the Maven/Gradle examples
6
+ 1 . Update ` README.md ` version for the Maven examples
7
7
8
8
Then execute
9
9
Original file line number Diff line number Diff line change 23
23
<author email =" zeeman@zeeman.de" >derjust</author >
24
24
</properties >
25
25
<body >
26
- <release version =" 5.0.2" date =" " description =" Maintenance release" >
26
+ <release version =" 5.0.2" date =" 2018-03-05 " description =" Maintenance release" >
27
27
<action dev =" vitolimandibhrata" issue =" 40" type =" add" date =" 2017-01-07" >
28
28
Added support for Auditing
29
29
</action >
You can’t perform that action at this time.
0 commit comments