mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
Update pom.xml
This commit is contained in:
parent
db4d1cd257
commit
3e3a77c448
1 changed files with 4 additions and 8 deletions
12
pom.xml
12
pom.xml
|
@ -5,13 +5,6 @@
|
|||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
|
||||
|
||||
<properties>
|
||||
<sonar.host.url>http://3.125.122.254:9000</sonar.host.url>
|
||||
<sonar.login>admin</sonar.login>
|
||||
<sonar.password>sqp_0678f5dcdcc240c24ebd7f96258df795504b7435</sonar.password>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
|
@ -20,7 +13,10 @@
|
|||
<name>petclinic</name>
|
||||
|
||||
<properties>
|
||||
|
||||
<sonar.host.url>http://3.125.122.254:9000</sonar.host.url>
|
||||
<sonar.login>admin</sonar.login>
|
||||
<sonar.password>sqp_0678f5dcdcc240c24ebd7f96258df795504b7435</sonar.password>
|
||||
|
||||
<!-- Generic properties -->
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in a new issue