Fix pom/gradle extracts to have the right artifactId
This commit is contained in:
@@ -8,7 +8,7 @@ apply plugin: "io.spring.dependency-management"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom '{@= groupId @}:{@= artifactId @}:{@= version @}'
|
||||
mavenBom '{@= groupId @}:spring-cloud-starter-parent:{@= version @}'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<parent>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>{@= artifactId @}</artifactId>
|
||||
<artifactId>spring-cloud-starter-parent</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
</parent>
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user