Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit b4d8f0c

Browse files
committed
upgraded to spring boot 2.1.2
1 parent 4d1574d commit b4d8f0c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
68
<groupId>org.springframework.boot</groupId>
79
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.1.1.RELEASE</version>
10+
<version>2.1.2.RELEASE</version>
911
<relativePath /> <!-- lookup parent from repository -->
1012
</parent>
1113

@@ -30,12 +32,6 @@
3032
</repository>
3133
</repositories>
3234

33-
<properties>
34-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
36-
<java.version>1.8</java.version>
37-
</properties>
38-
3935
<dependencies>
4036
<dependency>
4137
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)