Skip to content

Commit

Permalink
Added donation information
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Dec 24, 2017
1 parent e3fcb31 commit efbb2d8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 11 deletions.
20 changes: 20 additions & 0 deletions 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.
16 changes: 6 additions & 10 deletions 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 ##

Expand Down Expand Up @@ -283,11 +285,5 @@ Check `pom.xml` for the proper `<version />`, 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.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>spring-data-dynamodb</artifactId>
<version>5.0.1-SNAPSHOT</version>
<name>Spring Data DynamoDB</name>
<description>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.</description>
<description>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.</description>
<url>http://github.com/derjust/spring-data-dynamodb</url>

<licenses>
Expand Down Expand Up @@ -512,6 +512,10 @@
</reporting>

<distributionManagement>
<site>
<id>website</id>
<url>https://github.com/derjust/spring-data-dynamodb/</url>
</site>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -22,5 +22,10 @@
Added Spring 5 / Spring-Data Kay support
</action>
</release>
<release version="4.5.1" date="2017-12-19">
<action dev="Michael Wyraz" type="fix" issue="92">
Add constructor to DynamoDBTemplate that takes a preconfigured DynamoDBMapper
</action>
</release>
</body>
</document>

0 comments on commit efbb2d8

Please sign in to comment.