File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.github.devlab-umontp</groupId >
44 <artifactId >villes-et-departements-de-France</artifactId >
5- <version >1.0-SNAPSHOT </version >
5+ <version >1.0.0 </version >
66 <packaging >jar</packaging >
77
88 <name >Code postaux villes et départements de France</name >
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1818
19+ <!-- SonarCloud analyse -->
20+ <sonar .projectKey>DevLab-umontp_Librairie-Java-Villes-de-France</sonar .projectKey>
21+ <sonar .organization>devlab-umontp</sonar .organization>
22+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
23+ <sonar .coverage.jacoco.xmlReportPaths>${project.basedir} /target/site/jacoco/jacoco.xml
24+ </sonar .coverage.jacoco.xmlReportPaths>
1925 </properties >
2026
2127 <dependencies >
You can’t perform that action at this time.
0 commit comments