File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1010 <parent>
1111 <groupId>org.springframework.data.build</groupId>
1212 <artifactId>spring-data-parent</artifactId>
13- <version>3.4.13 </version>
13+ <version>3.4.14-SNAPSHOT </version>
1414 </parent>
1515
1616 <name>Spring Data Elasticsearch</name>
1717 <description>Spring Data Implementation for Elasticsearch</description>
1818 <url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919
2020 <properties>
21- <springdata.commons>3.4.13 </springdata.commons>
21+ <springdata.commons>3.4.14-SNAPSHOT </springdata.commons>
2222
2323 <!-- version of the ElasticsearchClient -->
2424 <elasticsearch-java>8.15.5</elasticsearch-java>
454454 </profiles>
455455
456456 <repositories>
457-
458-
457+ <repository>
458+ <id>spring-snapshot</id>
459+ <url>https://repo.spring.io/snapshot</url>
460+ <snapshots>
461+ <enabled>true</enabled>
462+ </snapshots>
463+ <releases>
464+ <enabled>false</enabled>
465+ </releases>
466+ </repository>
467+ <repository>
468+ <id>spring-milestone</id>
469+ <url>https://repo.spring.io/milestone</url>
470+ </repository>
459471 </repositories>
460472
461473</project>
You can’t perform that action at this time.
0 commit comments