Skip to content

Commit b3d582c

Browse files
Prepare 5.1 GA (2023.0.0).
See #2532
1 parent 9c497c2 commit b3d582c

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,15 +10,15 @@
1110
<parent>
1211
<groupId>org.springframework.data.build</groupId>
1312
<artifactId>spring-data-parent</artifactId>
14-
<version>3.1.0-SNAPSHOT</version>
13+
<version>3.1.0</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.1.0-SNAPSHOT</springdata.commons>
21+
<springdata.commons>3.1.0</springdata.commons>
2322

2423
<!-- version of the RestHighLevelClient -->
2524
<elasticsearch-rhlc>7.17.9</elasticsearch-rhlc>
@@ -466,8 +465,8 @@
466465

467466
<repositories>
468467
<repository>
469-
<id>spring-libs-snapshot</id>
470-
<url>https://repo.spring.io/libs-snapshot</url>
468+
<id>spring-libs-release</id>
469+
<url>https://repo.spring.io/libs-release</url>
471470
</repository>
472471

473472
<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 5.1 RC1 (2023.0.0)
1+
Spring Data Elasticsearch 5.1 GA (2023.0.0)
22
Copyright (c) [2013-2022] Pivotal Software, Inc.
33

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

1313

1414

15+

0 commit comments

Comments
 (0)