Update pom.xml

This commit is contained in:
gjraju1304 2023-12-15 12:40:18 +05:30 committed by GitHub
parent 6cbc8a0450
commit 41a135b642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,10 @@
<name>petclinic</name> <name>petclinic</name>
<properties> <properties>
<sonar.organization>jenkins-project-dec2023</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!-- Generic properties --> <!-- Generic properties -->
<java.version>17</java.version> <java.version>17</java.version>
@ -434,4 +438,4 @@
</profile> </profile>
</profiles> </profiles>
</project> </project>