File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
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"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
16
15
<parent >
17
16
<groupId >org.springframework.data.build</groupId >
18
17
<artifactId >spring-data-parent</artifactId >
19
- <version >3.0.0-SNAPSHOT </version >
18
+ <version >3.0.0-M6 </version >
20
19
</parent >
21
20
22
21
<modules >
27
26
<properties >
28
27
<couchbase >3.3.4</couchbase >
29
28
<couchbase .osgi>3.3.4</couchbase .osgi>
30
- <springdata .commons>3.0.0-SNAPSHOT </springdata .commons>
29
+ <springdata .commons>3.0.0-M6 </springdata .commons>
31
30
<java-module-name >spring.data.couchbase</java-module-name >
32
31
</properties >
33
32
41
40
42
41
<repositories >
43
42
<repository >
44
- <id >spring-libs-snapshot </id >
45
- <url >https://repo.spring.io/libs-snapshot </url >
43
+ <id >spring-libs-milestone </id >
44
+ <url >https://repo.spring.io/libs-milestone </url >
46
45
</repository >
47
46
<repository >
48
47
<id >sonatype-snapshot</id >
You can’t perform that action at this time.
0 commit comments