Skip to content

Commit 11d1640

Browse files
committed
Fix Spring Data commons snapshot version.
Accidentally branched away from the release version for GH-2728.
1 parent ce72f4d commit 11d1640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.data.build</groupId>
2121
<artifactId>spring-data-parent</artifactId>
22-
<version>3.1.0</version>
22+
<version>3.1.1-SNAPSHOT</version>
2323
</parent>
2424

2525
<groupId>org.springframework.data</groupId>
@@ -115,7 +115,7 @@
115115
<skipUnitTests>${skipTests}</skipUnitTests>
116116

117117
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
118-
<springdata.commons>3.1.0</springdata.commons>
118+
<springdata.commons>3.1.1-SNAPSHOT</springdata.commons>
119119
</properties>
120120

121121
<dependencyManagement>

0 commit comments

Comments
 (0)