You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
+
# Spring Data DynamoDB #
7
+
8
+
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.
7
9
8
10
## Supported Features ##
9
11
@@ -45,7 +47,7 @@ Download the JAR though [Maven](http://mvnrepository.com/artifact/com.github.der
45
47
<dependency>
46
48
<groupId>com.github.derjust</groupId>
47
49
<artifactId>spring-data-dynamodb</artifactId>
48
-
<version>5.0.0</version>
50
+
<version>5.0.1</version>
49
51
</dependency>
50
52
```
51
53
@@ -59,7 +61,7 @@ repositories {
59
61
dependencies {
60
62
compile group: 'com.github.derjust',
61
63
name: 'spring-data-dynamodb',
62
-
version: '5.0.0'
64
+
version: '5.0.1'
63
65
}
64
66
```
65
67
@@ -283,11 +285,5 @@ Check `pom.xml` for the proper `<version />`, afterwards execute
283
285
$ mvn release:prepare && mvn release:perform
284
286
```
285
287
286
-
which will tag, build, test and upload the artifacts to Sonatype's OSS staging area.
287
-
288
-
Then visit
289
-
https://oss.sonatype.org/#stagingRepositories
290
-
and _close_ the staging repository.
291
-
292
-
Afterwards _release_ the staging repository. This will sync with Maven Central (give it some hours to become visible via http://search.maven.org/).
293
-
288
+
which will tag, build, test and upload the artifacts to Sonatype's OSS staging area & closes the staging repository.
289
+
Maven Central synchronization usually takes ~15 minutes.
Copy file name to clipboardExpand all lines: pom.xml
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>spring-data-dynamodb</artifactId>
6
6
<version>5.0.1-SNAPSHOT</version>
7
7
<name>Spring Data DynamoDB</name>
8
-
<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>
8
+
<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>
0 commit comments