mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
second
This commit is contained in:
parent
3544957e04
commit
3189bff4bf
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
@ -3,8 +3,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
|
@ -12,14 +10,18 @@
|
|||
<relativePath></relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
|
||||
<properties>
|
||||
|
||||
|
||||
<!-- Generic properties -->
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in a new issue