File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.4.0 </version >
8+ <version >2.6.1 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >de.holhar</groupId >
1212 <artifactId >accounting</artifactId >
1313 <version >0.0.1-SNAPSHOT</version >
1414 <name >accounting</name >
1515 <description >Demo project for Spring Boot</description >
16+ <packaging >jar</packaging >
1617
1718 <properties >
1819 <java .version>11</java .version>
4849 <artifactId >maven-resources-plugin</artifactId >
4950 <version >3.1.0</version >
5051 </plugin >
52+
53+ <plugin >
54+ <groupId >org.springframework.boot</groupId >
55+ <artifactId >spring-boot-maven-plugin</artifactId >
56+ </plugin >
5157 </plugins >
5258 </build >
5359
You can’t perform that action at this time.
0 commit comments