From 3f51cbda0eea24dd99e92227e62d18821b8444bd Mon Sep 17 00:00:00 2001 From: Sebastian J Date: Sun, 24 Dec 2017 01:31:35 +0100 Subject: [PATCH] Added donation information --- DONATION.md | 20 ++++++++++++++++++++ README.md | 20 ++++++++------------ pom.xml | 6 +++++- src/changes/changes.xml | 5 +++++ 4 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 DONATION.md diff --git a/DONATION.md b/DONATION.md new file mode 100644 index 00000000..a4f656cf --- /dev/null +++ b/DONATION.md @@ -0,0 +1,20 @@ +# Donations + +I'm always happy for donations - to help with some hosting costs or to just get a beer & relax. + +As I'm a firm believer in OSS I nevertheless have to pay once in a while for stuff - therefore feel free to contribute a bit: + +## Patreon + +[![patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/derjust86) + +## Liberapay +[![liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://en.liberapay.com/spring-data-dynamodb/donate) + +## Paypal + +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CWVWF9DD73J5S) + +## Beer + +Send me a message if you are around in New York City. diff --git a/README.md b/README.md index 3a61b025..f619ad08 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ [![codecov.io](https://codecov.io/github/derjust/spring-data-dynamodb/coverage.svg?branch=master)](https://codecov.io/github/derjust/spring-data-dynamodb?branch=master) [![Build Status](https://travis-ci.org/derjust/spring-data-dynamodb.svg?branch=master)](https://travis-ci.org/derjust/spring-data-dynamodb) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.derjust/spring-data-dynamodb/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.derjust/spring-data-dynamodb) +[![Generic badge](https://img.shields.io/badge/Donate-%F0%9F%92%B8-ffffff.svg)](DONATION.md) -# Spring Data DynamoDB # -The primary goal of the [Spring Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) based data access layers. +# Spring Data DynamoDB # + +The primary goal of the [SpringĀ® Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) based data access layers. ## Supported Features ## @@ -45,7 +47,7 @@ Download the JAR though [Maven](http://mvnrepository.com/artifact/com.github.der com.github.derjust spring-data-dynamodb - 5.0.0 + 5.0.1 ``` @@ -59,7 +61,7 @@ repositories { dependencies { compile group: 'com.github.derjust', name: 'spring-data-dynamodb', - version: '5.0.0' + version: '5.0.1' } ``` @@ -283,11 +285,5 @@ Check `pom.xml` for the proper ``, afterwards execute $ mvn release:prepare && mvn release:perform ``` -which will tag, build, test and upload the artifacts to Sonatype's OSS staging area. - -Then visit -https://oss.sonatype.org/#stagingRepositories -and _close_ the staging repository. - -Afterwards _release_ the staging repository. This will sync with Maven Central (give it some hours to become visible via http://search.maven.org/). - +which will tag, build, test and upload the artifacts to Sonatype's OSS staging area & closes the staging repository. +Maven Central synchronization usually takes ~15 minutes. diff --git a/pom.xml b/pom.xml index ff547e0f..909bab9d 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ spring-data-dynamodb 5.0.1-SNAPSHOT Spring Data DynamoDB - The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for Amazon DynamoDB based data access layers. + The primary goal of the SpringĀ® Data project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for Amazon DynamoDB based data access layers. http://github.com/derjust/spring-data-dynamodb @@ -512,6 +512,10 @@ + + website + https://github.com/derjust/spring-data-dynamodb/ + ossrh https://oss.sonatype.org/content/repositories/snapshots diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2378a3ad..a032e5ca 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,5 +22,10 @@ Added Spring 5 / Spring-Data Kay support + + + Add constructor to DynamoDBTemplate that takes a preconfigured DynamoDBMapper + + \ No newline at end of file