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 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
1110 <parent >
1211 <groupId >org.springframework.data.build</groupId >
1312 <artifactId >spring-data-parent</artifactId >
14- <version >3.1.1-SNAPSHOT </version >
13+ <version >3.1.1</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.1.1-SNAPSHOT </springdata .commons>
21+ <springdata .commons>3.1.1</springdata .commons>
2322
2423 <!-- version of the RestHighLevelClient -->
2524 <elasticsearch-rhlc >7.17.9</elasticsearch-rhlc >
465464 </profiles >
466465
467466 <repositories >
468- <repository >
469- <id >spring-snapshot</id >
470- <url >https://repo.spring.io/snapshot</url >
471- <snapshots >
472- <enabled >true</enabled >
473- </snapshots >
474- <releases >
475- <enabled >false</enabled >
476- </releases >
477- </repository >
478- <repository >
479- <id >spring-milestone</id >
480- <url >https://repo.spring.io/milestone</url >
481- </repository >
467+
468+
482469 </repositories >
483470
484471</project >
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.1.1 (2023.0.1 )
22Copyright (c) [2013-2022] Pivotal Software, Inc.
33
44This 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+
You can’t perform that action at this time.
0 commit comments