Skip to content

Commit 4c8efd9

Browse files
committed
💚 Correction CD Maven Central
1 parent 200c5a2 commit 4c8efd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/maven-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
env:
13-
artifact_name: edt-iut-umontp
13+
artifact_name: villes-et-departements-de-france
1414

1515
steps:
1616
- uses: actions/checkout@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.devlab-umontp</groupId>
4-
<artifactId>villes-et-departements-de-France</artifactId>
4+
<artifactId>villes-et-departements-de-france</artifactId>
55
<version>1.0.0</version>
66
<packaging>jar</packaging>
77

ressources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependencies>
2020
<dependency>
2121
<groupId>com.github.devlab-umontp</groupId>
22-
<artifactId>villes-et-departements-de-France</artifactId>
22+
<artifactId>villes-et-departements-de-france</artifactId>
2323
<version>1.0.0</version>
2424
</dependency>
2525
<dependency>

0 commit comments

Comments
 (0)