We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137c822 commit 24c6313Copy full SHA for 24c6313
pom.xml
@@ -20,7 +20,7 @@
20
<modelVersion>4.0.0</modelVersion>
21
<groupId>com.github.derjust</groupId>
22
<artifactId>spring-data-dynamodb</artifactId>
23
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.0</version>
24
<name>Spring Data DynamoDB</name>
25
<inceptionYear>2018</inceptionYear>
26
@@ -538,7 +538,7 @@
538
<url>https://github.com/derjust/spring-data-dynamodb</url>
539
<connection>scm:git:ssh://github.com/derjust/spring-data-dynamodb.git</connection>
540
<developerConnection>scm:git:ssh://git@github.com/derjust/spring-data-dynamodb.git</developerConnection>
541
- <tag>HEAD</tag>
+ <tag>v5.1.0</tag>
542
</scm>
543
544
<repositories>
0 commit comments