File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
15
14
<parent >
16
15
<groupId >org.springframework.data.build</groupId >
17
16
<artifactId >spring-data-parent</artifactId >
18
- <version >2.2.0.BUILD-SNAPSHOT </version >
17
+ <version >2.2.0.M1 </version >
19
18
</parent >
20
19
21
20
<properties >
22
21
23
22
<dist .key>DATAR2DBC</dist .key>
24
23
25
- <springdata .commons>2.2.0.BUILD-SNAPSHOT </springdata .commons>
26
- <springdata .relational>1.1.0.BUILD-SNAPSHOT </springdata .relational>
24
+ <springdata .commons>2.2.0.M1 </springdata .commons>
25
+ <springdata .relational>1.1.0.M1 </springdata .relational>
27
26
<java-module-name >spring.data.r2dbc</java-module-name >
28
27
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
29
28
369
368
370
369
<repositories >
371
370
<repository >
372
- <id >spring-libs-snapshot </id >
373
- <url >https://repo.spring.io/libs-snapshot </url >
371
+ <id >spring-libs-milestone </id >
372
+ <url >https://repo.spring.io/libs-milestone </url >
374
373
</repository >
375
374
</repositories >
376
375
Original file line number Diff line number Diff line change 1
- Spring Data R2DBC 1.0.0.BUILD-SNAPSHOT
1
+ Spring Data R2DBC 1.0 M1
2
2
Copyright (c) [2018] Pivotal Software, Inc.
3
3
4
4
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You can’t perform that action at this time.
0 commit comments