Next Development Version

This commit is contained in:
Spring Buildmaster
2016-11-08 16:55:37 +00:00
parent 2a8a906d30
commit e712a9ba8c
179 changed files with 249 additions and 250 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.4.2.BUILD-SNAPSHOT</version>
<version>1.4.3.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-ant</artifactId>
<name>Spring Boot Ant Sample</name>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-antlib</artifactId>
<version>1.4.2.BUILD-SNAPSHOT</version>
<version>1.4.3.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
<build>