Skip to content

Commit 6406f94

Browse files
committed
Prepare 5.0 M6 (2022.0.0).
See #1511
1 parent 472bad0 commit 6406f94

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -16,7 +15,7 @@
1615
<parent>
1716
<groupId>org.springframework.data.build</groupId>
1817
<artifactId>spring-data-parent</artifactId>
19-
<version>3.0.0-SNAPSHOT</version>
18+
<version>3.0.0-M6</version>
2019
</parent>
2120

2221
<modules>
@@ -27,7 +26,7 @@
2726
<properties>
2827
<couchbase>3.3.4</couchbase>
2928
<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>
3130
<java-module-name>spring.data.couchbase</java-module-name>
3231
</properties>
3332

@@ -41,8 +40,8 @@
4140

4241
<repositories>
4342
<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>
4645
</repository>
4746
<repository>
4847
<id>sonatype-snapshot</id>

0 commit comments

Comments
 (0)