Skip to content

Commit 7c61b8b

Browse files
committed
Updates
1 parent 84f6d31 commit 7c61b8b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/boostchicken/spring-data-dynamodb.svg?branch=master)](https://travis-ci.org/boostchicken/spring-data-dynamodb)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.boostchicken/spring-data-dynamodb/badge.svg)](https://search.maven.org/search?q=g:com.github.derjust)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.boostchicken/spring-data-dynamodb/badge.svg)](https://search.maven.org/search?q=g:io.github.boostchicken)
33

44

55
# Spring Data DynamoDB #
@@ -28,13 +28,13 @@ please see [spring-data-dynamodb-examples](https://github.com/derjust/spring-dat
2828

2929
## Quick Start ##
3030

31-
Download the JAR though [Maven Central](http://mvnrepository.com/artifact/com.github.derjust/spring-data-dynamodb) ([`SNAPSHOT` builds](https://oss.sonatype.org/content/repositories/snapshots/com/github/derjust/spring-data-dynamodb/) are available via the [OSSRH snapshot repository](https://github.com/derjust/spring-data-dynamodb/wiki/Access-to-releases) ):
31+
Download the JAR though [Maven Central](http://mvnrepository.com/artifact/io.github.boostchicken/spring-data-dynamodb) ([`SNAPSHOT` builds](https://oss.sonatype.org/content/repositories/snapshots/com/github/derjust/spring-data-dynamodb/) are available via the [OSSRH snapshot repository](https://github.com/derjust/spring-data-dynamodb/wiki/Access-to-releases) ):
3232

3333
```xml
3434
<dependency>
3535
<groupId>io.github.boostchicken</groupId>
3636
<artifactId>spring-data-dynamodb</artifactId>
37-
<version>5.2.0</version>
37+
<version>5.2.1</version>
3838
</dependency>
3939
```
4040

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@
795795
<id>ossrh</id>
796796
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
797797
</repository>
798+
798799
</distributionManagement>
799800

800801
<issueManagement>

0 commit comments

Comments
 (0)