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 f78546a commit 1653355Copy full SHA for 1653355
pom.xml
@@ -20,7 +20,7 @@
20
<modelVersion>4.0.0</modelVersion>
21
<groupId>io.github.boostchicken</groupId>
22
<artifactId>spring-data-dynamodb</artifactId>
23
- <version>5.2.0</version>
+ <version>5.2.1-SNAPSHOT</version>
24
<name>Spring Data DynamoDB</name>
25
<inceptionYear>2018</inceptionYear>
26
@@ -540,7 +540,7 @@
540
<url>https://github.com/boostchicken/spring-data-dynamodb</url>
541
<connection>scm:git:ssh://github.com/boostchicken/spring-data-dynamodb.git</connection>
542
<developerConnection>scm:git:ssh://git@github.com/boostchicken/spring-data-dynamodb.git</developerConnection>
543
- <tag>v5.2.0</tag>
+ <tag>HEAD</tag>
544
</scm>
545
546
<repositories>
0 commit comments