Skip to content

Commit 1c8e0b1

Browse files
author
Fabien Zoccola
committed
🔖 version 1.1.0, implements issue #7
1 parent a6867c4 commit 1c8e0b1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1</version>
26+
<version>1.1.0</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*

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.1</version>
5+
<version>1.1.0</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.1</version>
23+
<version>1.1.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)