Skip to content

Commit f574c1d

Browse files
committed
Prepare 1.3 M5 (2021.0.0).
See #541
1 parent e1e95e3 commit f574c1d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 6 additions & 7 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

@@ -15,15 +14,15 @@
1514
<parent>
1615
<groupId>org.springframework.data.build</groupId>
1716
<artifactId>spring-data-parent</artifactId>
18-
<version>2.5.0-SNAPSHOT</version>
17+
<version>2.5.0-M5</version>
1918
</parent>
2019

2120
<properties>
2221

2322
<dist.key>DATAR2DBC</dist.key>
2423

25-
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
26-
<springdata.jdbc>2.2.0-SNAPSHOT</springdata.jdbc>
24+
<springdata.commons>2.5.0-M5</springdata.commons>
25+
<springdata.jdbc>2.2.0-M5</springdata.jdbc>
2726
<springdata.relational>${springdata.jdbc}</springdata.relational>
2827
<java-module-name>spring.data.r2dbc</java-module-name>
2928
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
@@ -481,8 +480,8 @@
481480

482481
<repositories>
483482
<repository>
484-
<id>spring-libs-snapshot</id>
485-
<url>https://repo.spring.io/libs-snapshot</url>
483+
<id>spring-libs-milestone</id>
484+
<url>https://repo.spring.io/libs-milestone</url>
486485
</repository>
487486
<repository>
488487
<id>oss-sonatype-snapshots</id>

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data R2DBC 1.3 M4 (2021.0.0)
1+
Spring Data R2DBC 1.3 M5 (2021.0.0)
22
Copyright (c) [2018-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -25,3 +25,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2525

2626

2727

28+

0 commit comments

Comments
 (0)