Remove reference to spring-boot.version in the build

Closes gh-5014
This commit is contained in:
Stephane Nicoll
2016-01-26 13:24:16 +01:00
parent 1a4ee0d207
commit da5e0f6abe
3 changed files with 4 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-antlib</artifactId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.4.0.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-antlib</artifactId>
<version>${spring-boot.version}</version>
<version>1.4.0.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>