Merge pull request #8765 from Maiklins/JAVA-125-move-spring-boot-parent

Java-125 move spring boot parent
This commit is contained in:
Dhawal Kapil 2020-02-24 22:31:34 +11:00 committed by GitHub
commit ee14a24bbe
8 changed files with 3 additions and 5 deletions

View File

@ -639,7 +639,6 @@
<module>spring-batch</module>
<module>spring-bom</module>
<module>spring-boot-modules</module>
<module>spring-boot-parent</module>
<module>spring-boot-rest</module>
<module>spring-caching</module>
@ -1141,7 +1140,6 @@
<module>spring-batch</module>
<module>spring-bom</module>
<module>spring-boot-modules</module>
<module>spring-boot-parent</module>
<module>spring-boot-rest</module>
<module>spring-caching</module>

View File

@ -43,6 +43,7 @@
<module>spring-boot-mvc-2</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-nashorn</module>
<module>spring-boot-parent</module>
<module>spring-boot-performance</module>
<module>spring-boot-properties</module>
<module>spring-boot-property-exp</module>

View File

@ -10,10 +10,9 @@
<description>spring-boot-parent</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modules>