File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
6
4
<modelVersion >4.0.0</modelVersion >
7
5
16
14
<parent >
17
15
<groupId >org.springframework.data.build</groupId >
18
16
<artifactId >spring-data-parent</artifactId >
19
- <version >2.3.0.BUILD-SNAPSHOT </version >
17
+ <version >2.3.0.M4 </version >
20
18
</parent >
21
19
22
20
<properties >
23
21
24
22
<dist .key>DATAR2DBC</dist .key>
25
23
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>
28
26
<springdata .relational>${springdata.jdbc} </springdata .relational>
29
27
<java-module-name >spring.data.r2dbc</java-module-name >
30
28
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
450
448
451
449
<repositories >
452
450
<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 >
455
453
</repository >
456
454
</repositories >
457
455
Original file line number Diff line number Diff line change 1
- Spring Data R2DBC 1.1 M3
1
+ Spring Data R2DBC 1.1 M4
2
2
Copyright (c) [2018-2019] Pivotal Software, Inc.
3
3
4
4
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.
12
12
13
13
14
14
15
+
You can’t perform that action at this time.
0 commit comments