Skip to content

Commit

Permalink
Merge pull request #163 from InseeFr/devRelease305
Browse files Browse the repository at this point in the history
3.0.5
  • Loading branch information
alexisszmundy authored Sep 6, 2024
2 parents 46394f2 + be7360d commit 21f5c7f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 3.0.5 [2024-09-06] - Genesis service fix
### Changed
- Update BPM version

### Fixed
- Execution crash when vtl error on genesis service (kraftwerkExecutionContext null)

## 3.0.4 [2024-08-22] - BPM integration
### Changed
- Metadata parsing shared with Genesis using BPM (Basic Parser of Metadata)
Expand Down
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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>fr.insee.bpm</groupId>
<artifactId>bpm</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>
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 21f5c7f

Please sign in to comment.