Skip to content

Commit

Permalink
Update version - auto
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 31, 2024
1 parent 1733de6 commit 8f81e2f
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.2</version>
<version>3.0.3</version>
</parent>
<artifactId>kraftwerk-api</artifactId>
<name>kraftwerk-api</name>
<packaging>jar</packaging>

<properties>
<kraftwerk.version>3.0.2</kraftwerk.version>
<kraftwerk.version>3.0.3</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.2</version>
<version>3.0.3</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.2</version>
<version>3.0.3</version>
</parent>

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

<properties>
<kraftwerk.version>3.0.2</kraftwerk.version>
<kraftwerk.version>3.0.3</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.2</version>
<version>3.0.3</version>
<packaging>pom</packaging>
<name>kraftwerk</name>
<parent>
Expand Down

0 comments on commit 8f81e2f

Please sign in to comment.