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 ce72f4d commit 11d1640Copy full SHA for 11d1640
pom.xml
@@ -19,7 +19,7 @@
19
<parent>
20
<groupId>org.springframework.data.build</groupId>
21
<artifactId>spring-data-parent</artifactId>
22
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
23
</parent>
24
25
<groupId>org.springframework.data</groupId>
@@ -115,7 +115,7 @@
115
<skipUnitTests>${skipTests}</skipUnitTests>
116
117
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
118
- <springdata.commons>3.1.0</springdata.commons>
+ <springdata.commons>3.1.1-SNAPSHOT</springdata.commons>
119
</properties>
120
121
<dependencyManagement>
0 commit comments