Polish module ordering
This commit is contained in:
parent
171b2e452b
commit
fc90b95eb0
4
pom.xml
4
pom.xml
|
|
@ -79,8 +79,8 @@
|
|||
</activation>
|
||||
<modules>
|
||||
<module>spring-boot-dependencies</module>
|
||||
<module>spring-boot-versions</module>
|
||||
<module>spring-boot-parent</module>
|
||||
<module>spring-boot-versions</module>
|
||||
<module>spring-boot-tools</module>
|
||||
<module>spring-boot</module>
|
||||
<module>spring-boot-autoconfigure</module>
|
||||
|
|
@ -105,8 +105,8 @@
|
|||
<skipTests>true</skipTests>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>spring-boot-parent</module>
|
||||
<module>spring-boot-dependencies</module>
|
||||
<module>spring-boot-parent</module>
|
||||
<module>spring-boot-versions</module>
|
||||
<module>spring-boot-tools</module>
|
||||
</modules>
|
||||
|
|
|
|||
Loading…
Reference in New Issue