File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
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.7.15-SNAPSHOT </version >
13
+ <version >2.7.15</version >
15
14
</parent >
16
15
17
16
<name >Spring Data Elasticsearch</name >
25
24
<elasticsearch-java >7.17.12</elasticsearch-java >
26
25
<log4j >2.17.1</log4j >
27
26
<netty >4.1.65.Final</netty >
28
- <springdata .commons>2.7.15-SNAPSHOT </springdata .commons>
27
+ <springdata .commons>2.7.15</springdata .commons>
29
28
<testcontainers >1.16.2</testcontainers >
30
29
<blockhound-junit >1.0.8.RELEASE</blockhound-junit >
31
30
<java-module-name >spring.data.elasticsearch</java-module-name >
481
480
</profiles >
482
481
483
482
<repositories >
484
- <repository >
485
- <id >spring-snapshot</id >
486
- <url >https://repo.spring.io/snapshot</url >
487
- <snapshots >
488
- <enabled >true</enabled >
489
- </snapshots >
490
- <releases >
491
- <enabled >false</enabled >
492
- </releases >
493
- </repository >
494
- <repository >
495
- <id >spring-milestone</id >
496
- <url >https://repo.spring.io/milestone</url >
497
- </repository >
483
+
484
+
498
485
</repositories >
499
486
500
487
</project >
Original file line number Diff line number Diff line change 1
- Spring Data Elasticsearch 4.4.14 (2021.2.14 )
1
+ Spring Data Elasticsearch 4.4.15 (2021.2.15 )
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").
@@ -50,5 +50,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
50
50
51
51
52
52
53
+
53
54
54
55
You can’t perform that action at this time.
0 commit comments