Set maven pom.xml to Spring Boot 1.4.4.RELEASE

This commit is contained in:
Greg Turnquist 2017-01-26 12:47:06 -06:00
parent aa2a65903b
commit b7e382dbfa
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
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>