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
7e9f1451c4
commit
815f7d5c21
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -5,6 +5,13 @@
|
|||
<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>sonar</sonar.password>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
|
|
Loading…
Reference in a new issue