Skip to content

Commit

Permalink
Polish module ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Aug 20, 2014
1 parent 171b2e4 commit fc90b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit fc90b95

Please sign in to comment.