Skip to content

Commit 4792927

Browse files
committed
Prepare 4.4.15 (2021.2.15).
See #2628
1 parent fa2f605 commit 4792927

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

pom.xml

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

1716
<name>Spring Data Elasticsearch</name>
@@ -25,7 +24,7 @@
2524
<elasticsearch-java>7.17.12</elasticsearch-java>
2625
<log4j>2.17.1</log4j>
2726
<netty>4.1.65.Final</netty>
28-
<springdata.commons>2.7.15-SNAPSHOT</springdata.commons>
27+
<springdata.commons>2.7.15</springdata.commons>
2928
<testcontainers>1.16.2</testcontainers>
3029
<blockhound-junit>1.0.8.RELEASE</blockhound-junit>
3130
<java-module-name>spring.data.elasticsearch</java-module-name>
@@ -481,20 +480,8 @@
481480
</profiles>
482481

483482
<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+
498485
</repositories>
499486

500487
</project>

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 4.4.14 (2021.2.14)
1+
Spring Data Elasticsearch 4.4.15 (2021.2.15)
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").
@@ -50,5 +50,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5050

5151

5252

53+
5354

5455

0 commit comments

Comments
 (0)