#489 - Prepare 1.3 M1 (2021.0.0).

This commit is contained in:
Mark Paluch
2020-12-09 15:21:28 +01:00
parent 83cccc8ff0
commit 776ab21b1b
2 changed files with 7 additions and 6 deletions

10
pom.xml
View File

@@ -14,15 +14,15 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>
<properties>
<dist.key>DATAR2DBC</dist.key>
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
<springdata.jdbc>2.2.0-SNAPSHOT</springdata.jdbc>
<springdata.commons>2.5.0-M1</springdata.commons>
<springdata.jdbc>2.2.0-M1</springdata.jdbc>
<springdata.relational>${springdata.jdbc}</springdata.relational>
<java-module-name>spring.data.r2dbc</java-module-name>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
@@ -451,8 +451,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
<repository>
<id>oss-sonatype-snapshots</id>

View File

@@ -1,4 +1,4 @@
Spring Data R2DBC 1.2 GA (2020.0.0)
Spring Data R2DBC 1.3 M1 (2021.0.0)
Copyright (c) [2018-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -21,3 +21,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.