Skip to content

Commit 8a8e2b4

Browse files
Prepare 4.4 M1 (2021.2.0).
See #2054
1 parent b8bda37 commit 8a8e2b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

+5-6
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

@@ -11,7 +10,7 @@
1110
<parent>
1211
<groupId>org.springframework.data.build</groupId>
1312
<artifactId>spring-data-parent</artifactId>
14-
<version>2.7.0-SNAPSHOT</version>
13+
<version>2.7.0-M1</version>
1514
</parent>
1615

1716
<name>Spring Data Elasticsearch</name>
@@ -22,7 +21,7 @@
2221
<elasticsearch>7.16.2</elasticsearch>
2322
<log4j>2.17.0</log4j>
2423
<netty>4.1.65.Final</netty>
25-
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
24+
<springdata.commons>2.7.0-M1</springdata.commons>
2625
<testcontainers>1.16.2</testcontainers>
2726
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
2827
<java-module-name>spring.data.elasticsearch</java-module-name>
@@ -454,8 +453,8 @@
454453

455454
<repositories>
456455
<repository>
457-
<id>spring-libs-snapshot</id>
458-
<url>https://repo.spring.io/libs-snapshot</url>
456+
<id>spring-libs-milestone</id>
457+
<url>https://repo.spring.io/libs-milestone</url>
459458
</repository>
460459

461460
<repository>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Elasticsearch 4.3 GA (2021.1.0)
1+
Spring Data Elasticsearch 4.4 M1 (2021.2.0)
22
Copyright (c) [2013-2021] Pivotal Software, Inc.
33

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

3131

3232

33+
3334

3435

0 commit comments

Comments
 (0)