mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
sonar cloud properties added
This commit is contained in:
parent
c871decf3c
commit
8465838ad0
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -30,6 +30,13 @@
|
|||
<jacoco.version>0.8.5</jacoco.version>
|
||||
<nohttp-checkstyle.version>0.0.4.RELEASE</nohttp-checkstyle.version>
|
||||
<spring-format.version>0.0.20</spring-format.version>
|
||||
|
||||
<!-- sonar cloud properties -->
|
||||
<sonar.projectKey>BrahmanapallyNagaraju_spring-petclinic</sonar.projectKey>
|
||||
<sonar.organization>brahmanapallynagaraju</sonar.organization>
|
||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||
<sonar.login>f1c0979d1967c559c4ef46b503182b92c48fa4db</sonar.login>
|
||||
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in a new issue