|
1 | | -[](https://codecov.io/github/derjust/spring-data-dynamodb?branch=master) [](https://travis-ci.org/derjust/spring-data-dynamodb) |
2 | | -[](https://search.maven.org/search?q=g:com.github.derjust) |
3 | | -[](https://codenvy.io/f?user=userrzonfqnofgrmfxjx&name=spring-data-dynamodb) |
4 | | -[](DONATION.md) |
5 | | - |
| 1 | +[](https://travis-ci.org/boostchicken/spring-data-dynamodb) |
| 2 | +[](https://search.maven.org/search?q=g:com.github.derjust) |
6 | 3 |
|
7 | 4 |
|
8 | 5 | # Spring Data DynamoDB # |
@@ -35,9 +32,9 @@ Download the JAR though [Maven Central](http://mvnrepository.com/artifact/com.gi |
35 | 32 |
|
36 | 33 | ```xml |
37 | 34 | <dependency> |
38 | | - <groupId>com.github.derjust</groupId> |
| 35 | + <groupId>io.github.boostchicken</groupId> |
39 | 36 | <artifactId>spring-data-dynamodb</artifactId> |
40 | | - <version>5.1.0</version> |
| 37 | + <version>5.2.0</version> |
41 | 38 | </dependency> |
42 | 39 | ``` |
43 | 40 |
|
@@ -183,6 +180,8 @@ The code base has some history already in it - let's clarify it a bit: |
183 | 180 | * The code base was established under [github.com/michaellavelle/spring-data-dynamodb)](https://github.com/michaellavelle/spring-data-dynamodb) |
184 | 181 | * It was forked and further maintained under [github.com/derjust/spring-data-dynamodb)](https://github.com/derjust/spring-data-dynamodb) |
185 | 182 | * Available in Maven Central under [`com.github.derjust:spring-data-dynamodb`](http://central.maven.org/maven2/com/github/derjust/spring-data-dynamodb/) |
| 183 | +* It was forked and even further maintained under [github.com/boostchicken/spring-data-dynamodb)](https://github.com/boostchicken/spring-data-dynamodb) |
| 184 | + * Available in Maven Central under [`io.github.boostchicken:spring-data-dynamodb`](http://central.maven.org/maven2/io/github/boostchicken/spring-data-dynamodb/) |
186 | 185 |
|
187 | 186 | The Java package name/XSD namespace never changed from `org.socialsignin.spring.data.dynamodb`. |
188 | | -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). |
| 187 | +But the XSD is now also available at [`https://boostchicken.github.io/spring-data-dynamodb/spring-dynamodb-1.0.xsd`](https://boostchicken.github.io/spring-data-dynamodb/spring-dynamodb-1.0.xsd). |
0 commit comments