Fix artifactId for Spring Data Maven BOM.

Change 'spring-data-releasetrain' to 'spring-data-bom'.
This commit is contained in:
John Blum
2020-11-19 10:37:39 -08:00
parent 560f03a977
commit ce9eb0d710

View File

@@ -183,7 +183,7 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<artifactId>spring-data-bom</artifactId>
<version>${spring-data-bom.version}</version>
<scope>import</scope>
<type>pom</type>