Skip to content

Commit 93611ba

Browse files
committed
minor update
1 parent f110c23 commit 93611ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<start-class>org.mvnsearch.ThymeLeafDemoApplication</start-class>
1717
<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>
1820
</properties>
1921

2022
<dependencies>
@@ -50,14 +52,14 @@
5052
<dependency>
5153
<groupId>org.springframework</groupId>
5254
<artifactId>spring-framework-bom</artifactId>
53-
<version>4.2.3.RELEASE</version>
55+
<version>${spring.version}</version>
5456
<type>pom</type>
5557
<scope>import</scope>
5658
</dependency>
5759
<dependency>
5860
<groupId>org.springframework.boot</groupId>
5961
<artifactId>spring-boot-dependencies</artifactId>
60-
<version>1.3.0.RELEASE</version>
62+
<version>${spring-boot.version}</version>
6163
<type>pom</type>
6264
<scope>import</scope>
6365
</dependency>

0 commit comments

Comments
 (0)