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 83c3df1 commit 908d1eaCopy full SHA for 908d1ea
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-SNAPSHOT</version>
+ <version>5.2.1-SNAPSHOT</version>
24
<name>Spring Data DynamoDB</name>
25
<inceptionYear>2018</inceptionYear>
26
@@ -465,6 +465,7 @@
465
<useReleaseProfile>false</useReleaseProfile>
466
<releaseProfiles>release</releaseProfiles>
467
<goals>deploy site-deploy</goals>
468
+ <pushChanges>false</pushChanges>
469
</configuration>
470
<dependencies>
471
<dependency>
0 commit comments