Skip to content

Commit cbead6e

Browse files
committed
#37 - Prepare 1.0 M2.
1 parent 55a6ae0 commit cbead6e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
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

@@ -431,8 +429,8 @@
431429

432430
<repositories>
433431
<repository>
434-
<id>spring-libs-snapshot</id>
435-
<url>https://repo.spring.io/libs-snapshot</url>
432+
<id>spring-libs-milestone</id>
433+
<url>https://repo.spring.io/libs-milestone</url>
436434
</repository>
437435
<repository>
438436
<id>jcenter</id>

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data R2DBC 1.0 M1
1+
Spring Data R2DBC 1.0 M2
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").

0 commit comments

Comments
 (0)