Update pom.xml

This commit is contained in:
nagarjuna33 2024-07-02 15:54:51 +05:30 committed by GitHub
parent f49726295c
commit 9750dfbb74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,12 @@
<name>petclinic</name>
<properties>
<sonar.organization>chandusonar</sonar.organization>
<!-- SonarQube server URL -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!-- Project key -->
<sonar.projectKey>sonartestconfig_test</sonar.projectKey>
<!-- Organization key (if applicable) -->
<sonar.organization>sonartestconfig</sonar.organization>
<!-- Generic properties -->
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>