File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >ru.coco</groupId >
7
7
<artifactId >todo</artifactId >
8
- <version >0.0.1 -SNAPSHOT</version >
8
+ <version >0.1.0 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >todo</name >
14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.1 .RELEASE</version >
17
+ <version >2.2.6 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
21
21
<properties >
22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
- <java .version>1.8 </java .version>
24
+ <java .version>11 </java .version>
25
25
</properties >
26
26
27
27
<dependencies >
You can’t perform that action at this time.
0 commit comments