Skip to content

Commit fcd9cc7

Browse files
committed
#36 - Prepare 1.0 M1.
1 parent 8f8462d commit fcd9cc7

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pom.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -15,15 +14,15 @@
1514
<parent>
1615
<groupId>org.springframework.data.build</groupId>
1716
<artifactId>spring-data-parent</artifactId>
18-
<version>2.2.0.BUILD-SNAPSHOT</version>
17+
<version>2.2.0.M1</version>
1918
</parent>
2019

2120
<properties>
2221

2322
<dist.key>DATAR2DBC</dist.key>
2423

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>
2726
<java-module-name>spring.data.r2dbc</java-module-name>
2827
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2928

@@ -369,8 +368,8 @@
369368

370369
<repositories>
371370
<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>
374373
</repository>
375374
</repositories>
376375

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data R2DBC 1.0.0.BUILD-SNAPSHOT
1+
Spring Data R2DBC 1.0 M1
22
Copyright (c) [2018] 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)