File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >org.springframework.data</groupId >
77 <artifactId >spring-data-redis</artifactId >
8- <version >4.1.0 </version >
8+ <version >4.1.1-SNAPSHOT </version >
99
1010 <name >Spring Data Redis</name >
1111 <description >Spring Data module for Redis</description >
1414 <parent >
1515 <groupId >org.springframework.data.build</groupId >
1616 <artifactId >spring-data-parent</artifactId >
17- <version >4.1.0 </version >
17+ <version >4.1.1-SNAPSHOT </version >
1818 </parent >
1919
2020 <properties >
21- <springdata .keyvalue>4.1.0 </springdata .keyvalue>
22- <springdata .commons>4.1.0 </springdata .commons>
21+ <springdata .keyvalue>4.1.1-SNAPSHOT </springdata .keyvalue>
22+ <springdata .commons>4.1.1-SNAPSHOT </springdata .commons>
2323 <beanutils >1.11.0</beanutils >
2424 <xstream >1.4.21</xstream >
2525 <pool >2.13.1</pool >
418418 </profiles >
419419
420420 <repositories >
421-
422-
421+ <repository >
422+ <id >spring-snapshot</id >
423+ <url >https://repo.spring.io/snapshot</url >
424+ <snapshots >
425+ <enabled >true</enabled >
426+ </snapshots >
427+ <releases >
428+ <enabled >false</enabled >
429+ </releases >
430+ </repository >
431+ <repository >
432+ <id >spring-milestone</id >
433+ <url >https://repo.spring.io/milestone</url >
434+ </repository >
423435 </repositories >
424436</project >
You can’t perform that action at this time.
0 commit comments