Set maven pom.xml to Spring Boot 1.4.4.RELEASE

This commit is contained in:
Greg Turnquist
2017-01-26 12:47:34 -06:00
parent 2c03bf2281
commit 1b7fa858a0
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.4.4.RELEASE</version>
</parent>
<properties>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.4.4.RELEASE</version>
</parent>
<properties>