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 >2.5.8-SNAPSHOT </version >
13
+ <version >2.5.8</version >
15
14
</parent >
16
15
17
16
<name >Spring Data Elasticsearch</name >
23
22
<elasticsearch >7.12.1</elasticsearch >
24
23
<log4j >2.17.0</log4j >
25
24
<netty >4.1.52.Final</netty >
26
- <springdata .commons>2.5.8-SNAPSHOT </springdata .commons>
25
+ <springdata .commons>2.5.8</springdata .commons>
27
26
<testcontainers >1.15.1</testcontainers >
28
27
<java-module-name >spring.data.elasticsearch</java-module-name >
29
28
</properties >
495
494
496
495
<repositories >
497
496
<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 >
500
499
</repository >
501
500
502
501
<repository >
Original file line number Diff line number Diff line change 1
- Spring Data Elasticsearch 4.2.7 (2021.0.7 )
1
+ Spring Data Elasticsearch 4.2.8 (2021.0.8 )
2
2
Copyright (c) [2013-2021] Pivotal Software, Inc.
3
3
4
4
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.
32
32
33
33
34
34
35
+
35
36
36
37
You can’t perform that action at this time.
0 commit comments