Skip to content

Commit 1c378bb

Browse files
committed
#431 - Prepare 1.2 RC1 (2020.0.0).
1 parent f26b06b commit 1c378bb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>2.4.0-SNAPSHOT</version>
17+
<version>2.4.0-RC1</version>
1818
</parent>
1919

2020
<properties>
2121

2222
<dist.key>DATAR2DBC</dist.key>
2323

24-
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
25-
<springdata.jdbc>2.1.0-SNAPSHOT</springdata.jdbc>
24+
<springdata.commons>2.4.0-RC1</springdata.commons>
25+
<springdata.jdbc>2.1.0-RC1</springdata.jdbc>
2626
<springdata.relational>${springdata.jdbc}</springdata.relational>
2727
<java-module-name>spring.data.r2dbc</java-module-name>
2828
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
@@ -451,8 +451,8 @@
451451

452452
<repositories>
453453
<repository>
454-
<id>spring-libs-snapshot</id>
455-
<url>https://repo.spring.io/libs-snapshot</url>
454+
<id>spring-libs-milestone</id>
455+
<url>https://repo.spring.io/libs-milestone</url>
456456
</repository>
457457
</repositories>
458458

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data R2DBC 1.2 M2 (2020.0.0)
1+
Spring Data R2DBC 1.2 RC1 (2020.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").
@@ -18,3 +18,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1818

1919

2020

21+

0 commit comments

Comments
 (0)