Explorar o código

Set maven pom.xml to Spring Boot 1.4.4.RELEASE

Greg Turnquist %!s(int64=8) %!d(string=hai) anos
pai
achega
755b779f43
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      complete/pom.xml
  2. 1 1
      initial/pom.xml

+ 1 - 1
complete/pom.xml

@@ -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>
 
     <dependencies>

+ 1 - 1
initial/pom.xml

@@ -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>
 
     <dependencies>