Skip to content

Commit

Permalink
Merge pull request #166 from InseeFr/devNewRelease
Browse files Browse the repository at this point in the history
3.0.6
  • Loading branch information
loichenninger authored Sep 9, 2024
2 parents e6e7efe + 41326f5 commit 2f3732b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The required arguments for batch mode are as follows (in order) :
1. Service to use (`MAIN`,`FILEBYFILE`,`GENESIS`,`LUNATIC_ONLY`)
2. Archive at end of execution (`false` or `true`)
3. Integrate all reporting datas (`false` or `true`)
4. Campaign name
4. Campaign name (or path to campaign folder)

:fr:

Expand Down Expand Up @@ -59,4 +59,4 @@ avec les paramètres spécifiés. Les paramètres requis pour le mode batch sont
1. Service à utiliser (`MAIN`,`FILEBYFILE`,`GENESIS`,`LUNATIC_ONLY`)
2. Archiver à la fin de l'exécution (`false` ou `true`)
3. Integrate all reporting datas (`false` ou `true`)
4. Nom de la campagne
4. Nom de la campagne (ou chemin du dossier de la campagne)
4 changes: 2 additions & 2 deletions kraftwerk-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
</parent>
<artifactId>kraftwerk-api</artifactId>
<name>kraftwerk-api</name>
<packaging>jar</packaging>

<properties>
<kraftwerk.version>3.0.5</kraftwerk.version>
<kraftwerk.version>3.0.6</kraftwerk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kraftwerk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
</parent>

<artifactId>kraftwerk-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kraftwerk-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
</parent>

<artifactId>kraftwerk-functional-tests</artifactId>
<name>kraftwerk-tests</name>

<properties>
<kraftwerk.version>3.0.5</kraftwerk.version>
<kraftwerk.version>3.0.6</kraftwerk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
<packaging>pom</packaging>
<name>kraftwerk</name>
<parent>
Expand Down

0 comments on commit 2f3732b

Please sign in to comment.