Updated versions for 1.3.x

This commit is contained in:
Glenn Renfro
2018-11-13 09:08:38 -05:00
parent 2ca9a38fa9
commit 68e5b43b12
10 changed files with 37 additions and 31 deletions

View File

@@ -13,14 +13,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.17.RELEASE</version>
<relativePath />
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<spring-batch.version>3.0.8.RELEASE</spring-batch.version>
<spring-batch.version>3.0.9.RELEASE</spring-batch.version>
</properties>
<dependencyManagement>