File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 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
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>
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
Original file line number Diff line number Diff line change 1- Spring Data R2DBC 1.1 M3
1+ Spring Data R2DBC 1.1 M4
22Copyright (c) [2018-2019] Pivotal Software, Inc.
33
44This 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+
You can’t perform that action at this time.
0 commit comments