Skip to content

Commit b96b5c2

Browse files
Prepare 4.2.8 (2021.0.8).
See #1988
1 parent 2a646e5 commit b96b5c2

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

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

1716
<name>Spring Data Elasticsearch</name>
@@ -23,7 +22,7 @@
2322
<elasticsearch>7.12.1</elasticsearch>
2423
<log4j>2.17.0</log4j>
2524
<netty>4.1.52.Final</netty>
26-
<springdata.commons>2.5.8-SNAPSHOT</springdata.commons>
25+
<springdata.commons>2.5.8</springdata.commons>
2726
<testcontainers>1.15.1</testcontainers>
2827
<java-module-name>spring.data.elasticsearch</java-module-name>
2928
</properties>
@@ -495,8 +494,8 @@
495494

496495
<repositories>
497496
<repository>
498-
<id>spring-libs-snapshot</id>
499-
<url>https://repo.spring.io/libs-snapshot</url>
497+
<id>spring-libs-release</id>
498+
<url>https://repo.spring.io/libs-release</url>
500499
</repository>
501500

502501
<repository>

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 Elasticsearch 4.2.7 (2021.0.7)
1+
Spring Data Elasticsearch 4.2.8 (2021.0.8)
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").
@@ -32,5 +32,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3232

3333

3434

35+
3536

3637

0 commit comments

Comments
 (0)