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 62c7d6e commit 56c3999Copy full SHA for 56c3999
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.data.build</groupId>
8
<artifactId>spring-data-parent</artifactId>
9
- <version>3.0.3</version>
+ <version>3.0.4-SNAPSHOT</version>
10
</parent>
11
12
<groupId>org.springframework.data</groupId>
@@ -97,13 +97,13 @@
97
<hppc.version>0.5.4</hppc.version>
98
<multithreadedtc.version>1.01</multithreadedtc.version>
99
<project.type>multi</project.type>
100
- <springdata.commons>3.0.3</springdata.commons>
+ <springdata.commons>3.0.4-SNAPSHOT</springdata.commons>
101
</properties>
102
103
<repositories>
104
<repository>
105
- <id>spring-libs-release</id>
106
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
107
</repository>
108
</repositories>
109
0 commit comments