We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b715609 commit eca4766Copy full SHA for eca4766
pom.xml
@@ -1,11 +1,13 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6
<modelVersion>4.0.0</modelVersion>
7
8
<groupId>org.springframework.data</groupId>
9
<artifactId>spring-data-redis</artifactId>
- <version>2.5.0-SNAPSHOT</version>
10
+ <version>2.5.0-GH-1721-SNAPSHOT</version>
11
12
<name>Spring Data Redis</name>
13
0 commit comments