Skip to content

Commit 2122899

Browse files
DATAJDBC-171 - Prepare 1.0 M1 (Lovelace).
1 parent 06c1fa4 commit 2122899

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
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,14 +14,14 @@
1514
<parent>
1615
<groupId>org.springframework.data.build</groupId>
1716
<artifactId>spring-data-parent</artifactId>
18-
<version>2.1.0.BUILD-SNAPSHOT</version>
17+
<version>2.1.0.M1</version>
1918
</parent>
2019

2120
<properties>
2221

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

25-
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
24+
<springdata.commons>2.1.0.M1</springdata.commons>
2625
<java-module-name>spring.data.jdbc</java-module-name>
2726
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2827

@@ -269,8 +268,8 @@
269268

270269
<repositories>
271270
<repository>
272-
<id>spring-libs-snapshot</id>
273-
<url>https://repo.spring.io/libs-snapshot</url>
271+
<id>spring-libs-milestone</id>
272+
<url>https://repo.spring.io/libs-milestone</url>
274273
</repository>
275274
</repositories>
276275

@@ -281,4 +280,4 @@
281280
</pluginRepository>
282281
</pluginRepositories>
283282

284-
</project>
283+
</project>

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 JDBC 1.0
1+
Spring Data JDBC 1.0 M1
22
Copyright (c) [2017-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)