File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
- xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
6
4
<modelVersion >4.0.0</modelVersion >
7
5
14
12
<parent >
15
13
<groupId >org.springframework.data.build</groupId >
16
14
<artifactId >spring-data-parent</artifactId >
17
- <version >1.8.0.BUILD-SNAPSHOT </version >
15
+ <version >1.8.0.M1 </version >
18
16
</parent >
19
17
20
18
<properties >
21
19
<dist .key>DATAREDIS</dist .key>
22
- <springdata .commons>1.12.0.BUILD-SNAPSHOT </springdata .commons>
20
+ <springdata .commons>1.12.0.M1 </springdata .commons>
23
21
<jta >1.1</jta >
24
22
<beanutils >1.9.2</beanutils >
25
23
<xstream >1.4.8</xstream >
247
245
248
246
<repositories >
249
247
<repository >
250
- <id >spring-libs-snapshot </id >
251
- <url >https://repo.spring.io/libs-snapshot </url >
248
+ <id >spring-libs-milestone </id >
249
+ <url >https://repo.spring.io/libs-milestone </url >
252
250
</repository >
253
251
</repositories >
254
252
Original file line number Diff line number Diff line change 1
- Spring Data Redis ${version}
1
+ Spring Data Redis 1.7 M1
2
2
Copyright (c) [$copyright] Pivotal Software, Inc.
3
3
4
4
========================================================================
You can’t perform that action at this time.
0 commit comments