Skip to content

Commit

Permalink
Merge pull request #203 from InseeFr/devRelease310
Browse files Browse the repository at this point in the history
3.1.0
  • Loading branch information
alexisszmundy authored Dec 13, 2024
2 parents 5f13085 + 62c2146 commit 9eae212
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 3.1.0 [2024-12-13]
### Added
- OIDC Authentication
### Fixed
- DDI required in genesis lunatic only endpoint

## 3.0.8 [2024-10-29]
### Added
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.8</version>
<version>3.1.0</version>
</parent>
<artifactId>kraftwerk-api</artifactId>
<name>kraftwerk-api</name>
<packaging>jar</packaging>

<properties>
<kraftwerk.version>3.0.8</kraftwerk.version>
<kraftwerk.version>3.1.0</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.8</version>
<version>3.1.0</version>
</parent>

<artifactId>kraftwerk-core</artifactId>
Expand All @@ -17,7 +17,7 @@
<properties>
<trevas.version>1.8.0</trevas.version>
<duckdb.version>1.1.3</duckdb.version>
<bpm.version>1.0.3</bpm.version>
<bpm.version>1.0.4</bpm.version>
</properties>


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.8</version>
<version>3.1.0</version>
</parent>

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

<properties>
<kraftwerk.version>3.0.8</kraftwerk.version>
<kraftwerk.version>3.1.0</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.8</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>kraftwerk</name>
<parent>
Expand Down

0 comments on commit 9eae212

Please sign in to comment.