Polish profile ordering

pull/1433/head
Phillip Webb 10 years ago
parent fc90b95eb0
commit ac98e5b5ab

@ -99,6 +99,9 @@
<module>spring-boot-integration-tests</module> <module>spring-boot-integration-tests</module>
</modules> </modules>
</profile> </profile>
<profile>
<id>full</id>
</profile>
<profile> <profile>
<id>prepare</id> <id>prepare</id>
<properties> <properties>
@ -251,8 +254,5 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>full</id>
</profile>
</profiles> </profiles>
</project> </project>

Loading…
Cancel
Save