diff --git a/README.md b/README.md index 1b8fdae7..ee66b115 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Technical infos can be found on the [project page](https://derjust.github.io/spr * [Projections](https://github.com/derjust/spring-data-dynamodb/wiki/Projections) * Possibility to integrate [custom repository code](https://github.com/derjust/spring-data-dynamodb/wiki/Custom-repository-implementations) * Easy Spring annotation based integration +* [REST support](https://github.com/derjust/spring-data-dynamodb-examples/blob/master/README-rest.md) via [spring-data-rest](https://projects.spring.io/spring-data-rest/) ## Demo application ## @@ -184,6 +185,13 @@ And finally write a test client } ``` + +## More +More sample code can be found in the [spring-data-dynamodb-examples](https://github.com/derjust/spring-data-dynamodb-examples) project. + +Advanced topics can be found in the [wiki](https://github.com/derjust/spring-data-dynamodb/wiki). + + ## Version & Spring Framework compatibility ## The major and minor number of this library refers to the compatible Spring framework version. The build number is used as specified by SEMVER. @@ -212,6 +220,3 @@ The code base has some history already in it - let's clarify it a bit: The Java package name/XSD namespace never changed from `org.socialsignin.spring.data.dynamodb`. But the XSD is now also available at [`https://derjust.github.io/spring-data-dynamodb/spring-dynamodb-1.0.xsd`](https://derjust.github.io/spring-data-dynamodb/spring-dynamodb-1.0.xsd). - -## Advanced topics ## -Advanced topics can be found in the [wiki](https://github.com/derjust/spring-data-dynamodb/wiki). diff --git a/RELEASE.md b/RELEASE.md index 7060bded..59bea167 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,18 @@ -# Release process # +# Prepare release + +## Format source code + +``` +mvn formatter:format +``` + +## Update license headers + +``` +mvn license:format +``` + +# Release process 1. Check `pom.xml` for the proper `` tag 1. Check `pom.xml` `` entries diff --git a/pom.xml b/pom.xml index d62a86ef..92218270 100755 --- a/pom.xml +++ b/pom.xml @@ -281,8 +281,8 @@
com/mycila/maven/plugin/license/templates/APACHE-2.txt
- spring-data-dynamodb - https://github.com/derjust/spring-data-dynamodb + ${project.artifactId} + ${project.url} **/README.md @@ -790,10 +790,7 @@ - + website https://derjust.github.io/spring-data-dynamodb/