We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946a173 commit 12b5fedCopy full SHA for 12b5fed
README.md
@@ -258,3 +258,17 @@ And finally write a test client
258
## Advanced topics ##
259
Advanced topics can be found in the [wiki](https://github.com/derjust/spring-data-dynamodb/wiki).
260
261
+## Release process ##
262
+
263
+Check `pom.xml` for the proper `<version />`, afterwards execute
264
265
+```
266
+ $ mvn release:prepare && mvn release:perform
267
268
269
+which will tag, build, test and upload the artifacts to Sonatype's OSS staging area.
270
271
+Then visit
272
+https://oss.sonatype.org/#stagingRepositories
273
+and close 'your' staging repository. This will sync with Maven Central (give it some hours to become visible via http://search.maven.org/).
274
0 commit comments