Use spring-boot.version for the maven plugin

This commit is contained in:
Dave Syer
2016-05-05 17:00:35 +01:00
parent 61bd0522fd
commit eb2827d20c

View File

@@ -247,7 +247,7 @@ limitations under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>${spring-boot.version}</version>
</dependency>
</dependencies>
<configuration>