Java-125 Move Spring Boot Parent to Spring Boot Modules
This commit is contained in:
parent
b59d268361
commit
f96fa40ac2
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<modules>
|
Loading…
x
Reference in New Issue
Block a user