Skip to content

Commit

Permalink
Merge branch 'devRelease305' of https://github.com/InseeFr/Kraftwerk
Browse files Browse the repository at this point in the history
…into devRelease305
  • Loading branch information
alexisszmundy committed Sep 6, 2024
2 parents 4cae29e + d4ec9a0 commit be7360d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.4</version>
<version>3.0.5</version>
</parent>
<artifactId>kraftwerk-api</artifactId>
<name>kraftwerk-api</name>
<packaging>jar</packaging>

<properties>
<kraftwerk.version>3.0.4</kraftwerk.version>
<kraftwerk.version>3.0.5</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.4</version>
<version>3.0.5</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.4</version>
<version>3.0.5</version>
</parent>

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

<properties>
<kraftwerk.version>3.0.4</kraftwerk.version>
<kraftwerk.version>3.0.5</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.4</version>
<version>3.0.5</version>
<packaging>pom</packaging>
<name>kraftwerk</name>
<parent>
Expand Down

0 comments on commit be7360d

Please sign in to comment.