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.
This commit is contained in:
Phillip Webb 2014-05-07 11:02:43 +01:00
parent 32d2fc25c7
commit 75494d2f5e
1 changed files with 2 additions and 2 deletions

View File

@ -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>