Skip to content

Commit

Permalink
chore: prepare release 2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pwannenmacher committed Apr 3, 2024
1 parent 30b61cc commit 2cffb6a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version `___`
## Version `2.5.13`

- Fix: Boolean logic for parsing OIDC attributes corrected. Last name and first name were not correctly separated and assigned.
- Fix: Deletion of obsolete rights failed on application start if the right was assigned to a role
Expand Down
2 changes: 1 addition & 1 deletion essencium-backend-development/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-development</artifactId>
<version>2.5.12</version>
<version>2.5.13</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Essencium-backend-development represents a sample project for development purposes based on Essencium
Expand Down
2 changes: 1 addition & 1 deletion essencium-backend-identity-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-identity-model</artifactId>
<version>2.5.12</version>
<version>2.5.13</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Essencium-backend-identity-model is a software library built on top of Essencium Backend that allows
Expand Down
2 changes: 1 addition & 1 deletion essencium-backend-sequence-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-sequence-model</artifactId>
<version>2.5.12</version>
<version>2.5.13</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Essencium-backend-sequence-model is a software library built on top of Essencium Backend that allows
Expand Down
2 changes: 1 addition & 1 deletion essencium-backend-uuid-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-uuid-model</artifactId>
<version>2.5.12</version>
<version>2.5.13</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Essencium-backend-uuid-model is a software library built on top of Essencium Backend that allows
Expand Down
2 changes: 1 addition & 1 deletion essencium-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend</artifactId>
<version>2.5.12</version>
<version>2.5.13</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Essencium Backend is a software library built on top of Spring Boot that allows developers to quickly
Expand Down

0 comments on commit 2cffb6a

Please sign in to comment.