1- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><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" >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
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" >
23
34 <modelVersion >4.0.0</modelVersion >
45
56 <groupId >org.springframework.data</groupId >
67 <artifactId >spring-data-redis</artifactId >
7- <version >4.1.0-SNAPSHOT </version >
8+ <version >4.1.0</version >
89
910 <name >Spring Data Redis</name >
1011 <description >Spring Data module for Redis</description >
1314 <parent >
1415 <groupId >org.springframework.data.build</groupId >
1516 <artifactId >spring-data-parent</artifactId >
16- <version >4.1.0-SNAPSHOT </version >
17+ <version >4.1.0</version >
1718 </parent >
1819
1920 <properties >
20- <springdata .keyvalue>4.1.0-SNAPSHOT </springdata .keyvalue>
21- <springdata .commons>4.1.0-SNAPSHOT </springdata .commons>
21+ <springdata .keyvalue>4.1.0</springdata .keyvalue>
22+ <springdata .commons>4.1.0</springdata .commons>
2223 <beanutils >1.11.0</beanutils >
2324 <xstream >1.4.21</xstream >
2425 <pool >2.13.1</pool >
417418 </profiles >
418419
419420 <repositories >
420- <repository >
421- <id >spring-snapshot</id >
422- <url >https://repo.spring.io/snapshot</url >
423- <snapshots >
424- <enabled >true</enabled >
425- </snapshots >
426- <releases >
427- <enabled >false</enabled >
428- </releases >
429- </repository >
430- <repository >
431- <id >spring-milestone</id >
432- <url >https://repo.spring.io/milestone</url >
433- </repository >
421+
422+
434423 </repositories >
435- </project >
424+ </project >
0 commit comments