mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update pom.xml
This commit is contained in:
parent
8cdd53d1a9
commit
f49726295c
1 changed files with 2 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -15,12 +15,8 @@
|
|||
<name>petclinic</name>
|
||||
|
||||
<properties>
|
||||
<!-- SonarQube server URL -->
|
||||
<sonar.host.url>https://sonarcloud.io/</sonar.host.url>
|
||||
<!-- Project key -->
|
||||
<sonar.projectKey>chandusonar_test</sonar.projectKey>
|
||||
<!-- Organization key (if applicable) -->
|
||||
<sonar.organization>chandusonar</sonar.organization>
|
||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||
<!-- Generic properties -->
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in a new issue