Skip to content

Commit 57b51e5

Browse files
author
Fabien Zoccola
committed
2 parents c06b5ab + b840557 commit 57b51e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- [![Maven Central](https://img.shields.io/maven-central/v/com.github.devlab-umontp/villes-et-departements-de-france.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.devlab-umontp%22%20AND%20a:%22villes-et-departements-de-france%22) -->
1+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.devlab-umontp/villes-et-departements-de-france.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.devlab-umontp%22%20AND%20a:%22villes-et-departements-de-france%22)
22
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DevLab-umontp_Librairie-Java-Villes-de-France&metric=alert_status)](https://sonarcloud.io/dashboard?id=DevLab-umontp_Librairie-Java-Villes-de-France)
33
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=DevLab-umontp_Librairie-Java-Villes-de-France&metric=coverage)](https://sonarcloud.io/dashboard?id=DevLab-umontp_Librairie-Java-Villes-de-France)
44
![GitHub Actions](https://github.com/DevLab-umontp/Librairie-Java-Villes-de-France/workflows/Java%20CI%20with%20Maven/badge.svg)
@@ -23,7 +23,7 @@ Si vous avez Maven, ajoutez ce qui suit aux dépendances de votre fichier `pom.x
2323
<dependency>
2424
<groupId>com.github.devlab-umontp</groupId>
2525
<artifactId>villes-et-departements-de-france</artifactId>
26-
<version>1.0.0</version>
26+
<version>1.0.1</version>
2727
</dependency>
2828
```
2929
>*Voir un exemple de fichier [pom.xml](https://github.com/DevLab-umontp/Librarie-Java-Villes-de-France/blob/main/ressources/pom.xml#L20L24) avec la librairie Villes de France*
@@ -32,7 +32,7 @@ Si vous avez Maven, ajoutez ce qui suit aux dépendances de votre fichier `pom.x
3232
Si vous utilisez Gradle, ajoutez ce qui suit aux dépendances de votre fichier `build.gradle`:
3333

3434
```
35-
implementation 'com.github.devlab-umontp:villes-et-departements-de-france:1.0.0'
35+
implementation 'com.github.devlab-umontp:villes-et-departements-de-france:1.0.1'
3636
```
3737

3838
## Exemple de code d'utilisation de la Librairie Java Villes de France

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.0</version>
5+
<version>1.0.1</version>
66
<packaging>jar</packaging>
77

88
<name>Code postaux villes et départements de France</name>

ressources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.github.devlab-umontp</groupId>
2222
<artifactId>villes-et-departements-de-france</artifactId>
23-
<version>1.0.0</version>
23+
<version>1.0.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)