File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Expand file tree Collapse file tree 2 files changed +8
-20
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.0.7-SNAPSHOT </version >
13+ <version >3.0.7</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.0.7-SNAPSHOT </springdata .commons>
21+ <springdata .commons>3.0.7</springdata .commons>
2322
2423 <!-- version of the RestHighLevelClient -->
2524 <elasticsearch-rhlc >7.17.9</elasticsearch-rhlc >
502501 </profiles >
503502
504503 <repositories >
505- <repository >
506- <id >spring-snapshot</id >
507- <url >https://repo.spring.io/snapshot</url >
508- <snapshots >
509- <enabled >true</enabled >
510- </snapshots >
511- <releases >
512- <enabled >false</enabled >
513- </releases >
514- </repository >
515-
516- <repository >
517- <id >spring-milestone</id >
518- <url >https://repo.spring.io/milestone</url >
519- </repository >
504+
505+
506+
520507
521508 </repositories >
522509
Original file line number Diff line number Diff line change 1- Spring Data Elasticsearch 5.0.6 (2022.0.6 )
1+ Spring Data Elasticsearch 5.0.7 (2022.0.7 )
22Copyright (c) [2013-2021] Pivotal Software, Inc.
33
44This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -22,3 +22,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2222
2323
2424
25+
You can’t perform that action at this time.
0 commit comments