File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<start-class >org.mvnsearch.ThymeLeafDemoApplication</start-class >
17
17
<java .version>1.8</java .version>
18
+ <spring .version>4.2.3.RELEASE</spring .version>
19
+ <spring-boot .version>1.3.0.RELEASE</spring-boot .version>
18
20
</properties >
19
21
20
22
<dependencies >
50
52
<dependency >
51
53
<groupId >org.springframework</groupId >
52
54
<artifactId >spring-framework-bom</artifactId >
53
- <version >4.2.3.RELEASE </version >
55
+ <version >${spring.version} </version >
54
56
<type >pom</type >
55
57
<scope >import</scope >
56
58
</dependency >
57
59
<dependency >
58
60
<groupId >org.springframework.boot</groupId >
59
61
<artifactId >spring-boot-dependencies</artifactId >
60
- <version >1.3.0.RELEASE </version >
62
+ <version >${spring-boot.version} </version >
61
63
<type >pom</type >
62
64
<scope >import</scope >
63
65
</dependency >
You can’t perform that action at this time.
0 commit comments