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 908d1ea commit ce8fb86Copy full SHA for ce8fb86
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.1-SNAPSHOT</version>
+ <version>5.2.0-SNAPSHOT</version>
24
<name>Spring Data DynamoDB</name>
25
<inceptionYear>2018</inceptionYear>
26
@@ -466,6 +466,7 @@
466
<releaseProfiles>release</releaseProfiles>
467
<goals>deploy site-deploy</goals>
468
<pushChanges>false</pushChanges>
469
+ <localCheckout>true</localCheckout>
470
</configuration>
471
<dependencies>
472
<dependency>
0 commit comments