Skip to content

Commit 69bafde

Browse files
committed
Prepare 5.2 M1 (2023.1.0).
See #2549
1 parent 9202f81 commit 69bafde

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

pom.xml

Lines changed: 3 additions & 14 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.2.0-SNAPSHOT</version>
13+
<version>3.2.0-M1</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.2.0-SNAPSHOT</springdata.commons>
21+
<springdata.commons>3.2.0-M1</springdata.commons>
2322

2423
<!-- version of the ElasticsearchClient -->
2524
<elasticsearch-java>8.8.2</elasticsearch-java>
@@ -467,16 +466,6 @@
467466
</profiles>
468467

469468
<repositories>
470-
<repository>
471-
<id>spring-snapshot</id>
472-
<url>https://repo.spring.io/snapshot</url>
473-
<snapshots>
474-
<enabled>true</enabled>
475-
</snapshots>
476-
<releases>
477-
<enabled>false</enabled>
478-
</releases>
479-
</repository>
480469
<repository>
481470
<id>spring-milestone</id>
482471
<url>https://repo.spring.io/milestone</url>

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 GA (2023.0.0)
1+
Spring Data Elasticsearch 5.2 M1 (2023.1.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").
@@ -13,3 +13,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1313

1414

1515

16+

0 commit comments

Comments
 (0)