Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Mar 6, 2018
1 parent 612f4f3 commit aef52bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.github.spring-data-dynamodb</groupId>
<artifactId>spring-data-dynamodb</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release process #

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

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<author email="[email protected]">derjust</author>
</properties>
<body>
<release version="5.0.2" date="" description="Maintenance release">
<release version="5.0.2" date="2018-03-05" description="Maintenance release">
<action dev="vitolimandibhrata" issue="40" type="add" date="2017-01-07">
Added support for Auditing
</action>
Expand Down

0 comments on commit aef52bd

Please sign in to comment.