File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
11
10
<parent >
12
11
<groupId >org.springframework.data.build</groupId >
13
12
<artifactId >spring-data-parent</artifactId >
14
- <version >3.1.0-SNAPSHOT </version >
13
+ <version >3.1.0</version >
15
14
</parent >
16
15
17
16
<name >Spring Data Elasticsearch</name >
18
17
<description >Spring Data Implementation for Elasticsearch</description >
19
18
<url >https://github.com/spring-projects/spring-data-elasticsearch</url >
20
19
21
20
<properties >
22
- <springdata .commons>3.1.0-SNAPSHOT </springdata .commons>
21
+ <springdata .commons>3.1.0</springdata .commons>
23
22
24
23
<!-- version of the RestHighLevelClient -->
25
24
<elasticsearch-rhlc >7.17.9</elasticsearch-rhlc >
466
465
467
466
<repositories >
468
467
<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 >
471
470
</repository >
472
471
473
472
<repository >
Original file line number Diff line number Diff line change 1
- Spring Data Elasticsearch 5.1 RC1 (2023.0.0)
1
+ Spring Data Elasticsearch 5.1 GA (2023.0.0)
2
2
Copyright (c) [2013-2022] Pivotal Software, Inc.
3
3
4
4
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.
12
12
13
13
14
14
15
+
You can’t perform that action at this time.
0 commit comments