Pārlūkot izejas kodu

Set maven pom.xml to Spring Boot 1.4.4.RELEASE

Greg Turnquist 7 gadus atpakaļ
vecāks
revīzija
2685f1e9c9
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1
    1
      complete/pom.xml
  2. 1
    1
      initial/pom.xml

+ 1
- 1
complete/pom.xml Parādīt failu

@@ -10,7 +10,7 @@
10 10
     <parent>
11 11
         <groupId>org.springframework.boot</groupId>
12 12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.5.0.RELEASE</version>
13
+        <version>1.4.4.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>

+ 1
- 1
initial/pom.xml Parādīt failu

@@ -10,7 +10,7 @@
10 10
     <parent>
11 11
         <groupId>org.springframework.boot</groupId>
12 12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.5.0.RELEASE</version>
13
+        <version>1.4.4.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>