User hard-coded spring-boot.version

Replace the `spring-boot.version` property with a hard-coded value,
rather than relying on the parent version. Allows locally installed
snapshots to be used as the parents of projects with a different version
number.
pull/812/head
Phillip Webb 11 years ago
parent 32d2fc25c7
commit 75494d2f5e

@ -43,8 +43,8 @@
</developer> </developer>
</developers> </developers>
<properties> <properties>
<!-- Spring Boot (replaced during a full build to a real value) --> <!-- Spring Boot -->
<spring-boot.version>${project.version}</spring-boot.version> <spring-boot.version>1.1.0.BUILD-SNAPSHOT</spring-boot.version>
<!-- Third Party --> <!-- Third Party -->
<activemq.version>5.9.1</activemq.version> <activemq.version>5.9.1</activemq.version>
<aspectj.version>1.7.4</aspectj.version> <aspectj.version>1.7.4</aspectj.version>

Loading…
Cancel
Save