Skip to content

Commit ce3eef6

Browse files
committed
#301 - Prepare 1.1 M4 (Neumann).
1 parent 63fe35a commit ce3eef6

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pom.xml

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53

64
<modelVersion>4.0.0</modelVersion>
75

@@ -16,15 +14,15 @@
1614
<parent>
1715
<groupId>org.springframework.data.build</groupId>
1816
<artifactId>spring-data-parent</artifactId>
19-
<version>2.3.0.BUILD-SNAPSHOT</version>
17+
<version>2.3.0.M4</version>
2018
</parent>
2119

2220
<properties>
2321

2422
<dist.key>DATAR2DBC</dist.key>
2523

26-
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
27-
<springdata.jdbc>2.0.0.BUILD-SNAPSHOT</springdata.jdbc>
24+
<springdata.commons>2.3.0.M4</springdata.commons>
25+
<springdata.jdbc>2.0.0.M4</springdata.jdbc>
2826
<springdata.relational>${springdata.jdbc}</springdata.relational>
2927
<java-module-name>spring.data.r2dbc</java-module-name>
3028
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
@@ -450,8 +448,8 @@
450448

451449
<repositories>
452450
<repository>
453-
<id>spring-libs-snapshot</id>
454-
<url>https://repo.spring.io/libs-snapshot</url>
451+
<id>spring-libs-milestone</id>
452+
<url>https://repo.spring.io/libs-milestone</url>
455453
</repository>
456454
</repositories>
457455

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data R2DBC 1.1 M3
1+
Spring Data R2DBC 1.1 M4
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").
@@ -12,3 +12,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1212

1313

1414

15+

0 commit comments

Comments
 (0)