File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
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.2.0-SNAPSHOT </version >
13
+ <version >3.2.0-M1 </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.2.0-SNAPSHOT </springdata .commons>
21
+ <springdata .commons>3.2.0-M1 </springdata .commons>
23
22
24
23
<!-- version of the ElasticsearchClient -->
25
24
<elasticsearch-java >8.8.2</elasticsearch-java >
467
466
</profiles >
468
467
469
468
<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 >
480
469
<repository >
481
470
<id >spring-milestone</id >
482
471
<url >https://repo.spring.io/milestone</url >
Original file line number Diff line number Diff line change 1
- Spring Data Elasticsearch 5.1 GA (2023.0 .0)
1
+ Spring Data Elasticsearch 5.2 M1 (2023.1 .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").
@@ -13,3 +13,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
13
13
14
14
15
15
16
+
You can’t perform that action at this time.
0 commit comments