mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
commit
d062a74c2a
2 changed files with 7 additions and 7 deletions
6
pom.xml
6
pom.xml
|
@ -421,11 +421,11 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>snapshots</id>
|
<id>snapshots</id>
|
||||||
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
|
<url>http://nexus:8081/nexus/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>deployment</id>
|
<id>releases</id>
|
||||||
<url>http://localhost:8081/nexus/content/repositories/releases</url>
|
<url>http://nexus:8081/nexus/content/repositories/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Required metadata
|
## Required metadata
|
||||||
sonar.projectKey=java-sonar-runner-simple
|
sonar.projectKey=petclinic
|
||||||
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
|
sonar.projectName=petclinic
|
||||||
sonar.projectVersion=1.0
|
sonar.projectVersion=1.0
|
||||||
|
|
||||||
# Comma-separated paths to directories with sources (required)
|
# Comma-separated paths to directories with sources (required)
|
||||||
|
|
Loading…
Reference in a new issue