Skip to content

Commit dccdddb

Browse files
committed
spring-projects#444 - Pin Elasticsearch version to to 6.5.0 for Spring Data Moore.
Add version override to restore compatibility with Spring Boot 2.1.x and Spring Data Elasticsearch. ES 6.5 changed internal API that is used by Spring Data Elasticsearch.
1 parent 675af39 commit dccdddb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

elasticsearch/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@
2626
</dependency>
2727
</dependencies>
2828

29+
<profiles>
30+
<profile>
31+
<id>spring-data-next-releasetrain</id>
32+
<properties>
33+
<elasticsearch.version>6.5.0</elasticsearch.version>
34+
</properties>
35+
</profile>
36+
</profiles>
37+
2938
</project>

0 commit comments

Comments
 (0)