This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments