We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5f29e commit 1edb0cbCopy full SHA for 1edb0cb
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.springframework.data</groupId>
7
<artifactId>spring-data-redis</artifactId>
8
- <version>3.4.0-SNAPSHOT</version>
+ <version>3.4.x-GH-2951-SNAPSHOT</version>
9
10
<name>Spring Data Redis</name>
11
<description>Spring Data module for Redis</description>
@@ -18,7 +18,7 @@
18
</parent>
19
20
<properties>
21
- <springdata.keyvalue>3.4.0-SNAPSHOT</springdata.keyvalue>
+ <springdata.keyvalue>3.4.x-GH-586-SNAPSHOT</springdata.keyvalue>
22
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
23
<awaitility>4.0.2</awaitility>
24
<beanutils>1.9.4</beanutils>
0 commit comments