Skip to content

Commit 4ffe9d7

Browse files
committed
Switch to spring-boot-starter-parent for <parent> so we get plugin <goal>s
This ensure that using weblab-common-java as the parent is just like using spring-boot-starter-parent. Potentially we could/should align with the Spring artifact that we're building on.
1 parent 6038ec4 commit 4ffe9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
15-
<artifactId>spring-boot-dependencies</artifactId>
15+
<artifactId>spring-boot-starter-parent</artifactId> <!-- for dependencies + plugin config such as git.properties -->
1616
<version>2.0.0.RELEASE</version>
1717
</parent>
1818
<modules>

0 commit comments

Comments
 (0)