Skip to content

Commit 9f210e0

Browse files
committed
Prepare 2.6 M1 (2021.1.0).
See #2201
1 parent 2e1f1a4 commit 9f210e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 5 additions & 6 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 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">
43

54
<modelVersion>4.0.0</modelVersion>
65

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

2120
<properties>
@@ -26,7 +25,7 @@
2625
<hibernate>5.5.3.Final</hibernate>
2726
<vavr>0.10.3</vavr>
2827
<hibernate.groupId>org.hibernate</hibernate.groupId>
29-
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
28+
<springdata.commons>2.6.0-M1</springdata.commons>
3029

3130
<java-module-name>spring.data.jpa</java-module-name>
3231

@@ -450,8 +449,8 @@
450449

451450
<repositories>
452451
<repository>
453-
<id>spring-libs-snapshot</id>
454-
<url>https://repo.spring.io/libs-snapshot</url>
452+
<id>spring-libs-milestone</id>
453+
<url>https://repo.spring.io/libs-milestone</url>
455454
</repository>
456455
</repositories>
457456

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.5 GA (2021.0.0)
1+
Spring Data JPA 2.6 M1 (2021.1.0)
22
Copyright (c) [2011-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -27,3 +27,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2727

2828

2929

30+

0 commit comments

Comments
 (0)