Skip to content

Commit edaae2a

Browse files
committed
Prepare 5.0.7 (2022.0.7).
See #2547
1 parent 4747caf commit edaae2a

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

pom.xml

Lines changed: 6 additions & 19 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,15 +10,15 @@
1110
<parent>
1211
<groupId>org.springframework.data.build</groupId>
1312
<artifactId>spring-data-parent</artifactId>
14-
<version>3.0.7-SNAPSHOT</version>
13+
<version>3.0.7</version>
1514
</parent>
1615

1716
<name>Spring Data Elasticsearch</name>
1817
<description>Spring Data Implementation for Elasticsearch</description>
1918
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
2019

2120
<properties>
22-
<springdata.commons>3.0.7-SNAPSHOT</springdata.commons>
21+
<springdata.commons>3.0.7</springdata.commons>
2322

2423
<!-- version of the RestHighLevelClient -->
2524
<elasticsearch-rhlc>7.17.9</elasticsearch-rhlc>
@@ -502,21 +501,9 @@
502501
</profiles>
503502

504503
<repositories>
505-
<repository>
506-
<id>spring-snapshot</id>
507-
<url>https://repo.spring.io/snapshot</url>
508-
<snapshots>
509-
<enabled>true</enabled>
510-
</snapshots>
511-
<releases>
512-
<enabled>false</enabled>
513-
</releases>
514-
</repository>
515-
516-
<repository>
517-
<id>spring-milestone</id>
518-
<url>https://repo.spring.io/milestone</url>
519-
</repository>
504+
505+
506+
520507

521508
</repositories>
522509

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 5.0.6 (2022.0.6)
1+
Spring Data Elasticsearch 5.0.7 (2022.0.7)
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").
@@ -22,3 +22,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2222

2323

2424

25+

0 commit comments

Comments
 (0)