Skip to content

Commit aef52bd

Browse files
committed
Release
1 parent 612f4f3 commit aef52bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Spring-Boot projects.
4646

4747
## Quick Start ##
4848

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):
5050

5151
```xml
5252
<dependency>
5353
<groupId>com.github.spring-data-dynamodb</groupId>
5454
<artifactId>spring-data-dynamodb</artifactId>
55-
<version>5.0.1</version>
55+
<version>5.0.2</version>
5656
</dependency>
5757
```
5858

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release process #
22

33
1. Check `pom.xml` for the proper `<version />` tag
4-
1. Check `pom.xml` SpecificaitonVersion entries
4+
1. Check `pom.xml` `<Specification-Version />` entries
55
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
77

88
Then execute
99

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<author email="zeeman@zeeman.de">derjust</author>
2424
</properties>
2525
<body>
26-
<release version="5.0.2" date="" description="Maintenance release">
26+
<release version="5.0.2" date="2018-03-05" description="Maintenance release">
2727
<action dev="vitolimandibhrata" issue="40" type="add" date="2017-01-07">
2828
Added support for Auditing
2929
</action>

0 commit comments

Comments
 (0)