Prepare 1.2.6 (2020.0.6).

See #543
This commit is contained in:
Mark Paluch
2021-03-17 10:53:43 +01:00
parent d11001545a
commit cf968d3bfb
2 changed files with 7 additions and 6 deletions

10
pom.xml
View File

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

View File

@@ -1,4 +1,4 @@
Spring Data R2DBC 1.2.5 (2020.0.5) Spring Data R2DBC 1.2.6 (2020.0.6)
Copyright (c) [2018-2019] Pivotal Software, Inc. Copyright (c) [2018-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License"). This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -26,3 +26,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.