Update pom.xml

This commit is contained in:
nagarjuna33 2024-07-02 15:43:50 +05:30 committed by GitHub
parent 8cdd53d1a9
commit f49726295c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.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>