diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e511d7..fc12dd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,14 +6,14 @@ ## Etudiant Vous ne devez pas contribuer directement à ce projet mais devez en effectuer un fork. Une fois cela effectué vous devez: -- [ ] Ajouter votre identifiant de groupe au champs `groupId` du fichier [pom.xml](pom.xml) sous la forme de `fr.u-paris.gla.votreequipe` +- [X] Ajouter votre identifiant de groupe au champs `groupId` du fichier [pom.xml](pom.xml) sous la forme de `fr.u-paris.gla.votreequipe` - [ ] Modifier le package principal afin de refleter le nouveau nom de groupe. - [ ] Adapter le fichier [README](README.md) au contenu de votre projet specifique - [ ] Adapter ce fichier (CONTRIBUTING.md) à vos propres instructions de contribution, notamment: - [ ] Convention de style de codage - [ ] Convention d'utilisation de git - [ ] Lien avec d'autres projets et d'autres dépôts. -- [ ] Modifier le fichier `application.properties` au besoin. +- [X] Modifier le fichier `application.properties` au besoin. ## Enseignant diff --git a/pom.xml b/pom.xml index 787e8a2..43319e5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - fr.u-paris.gla + fr.u-paris.gla.pathfinder project 2024.1.0.0-SNAPSHOT - Project Base + Pathfinder UTF-8 diff --git a/src/main/resources-filtered/fr/u_paris/gla/project/application.properties b/src/main/resources-filtered/fr/u_paris/gla/project/application.properties index 7436703..c5f9333 100644 --- a/src/main/resources-filtered/fr/u_paris/gla/project/application.properties +++ b/src/main/resources-filtered/fr/u_paris/gla/project/application.properties @@ -1,3 +1,3 @@ app.name=${name} app.version=${version} -app.team=No team \ No newline at end of file +app.team=Team 3 \ No newline at end of file