Skip to content

Commit

Permalink
chore: prepare release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwannenmacher committed Sep 16, 2024
1 parent 8518680 commit 11bc444
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.8.0`

- Feature: `BasicRepresentation` can be used to create slim representations of entities. `BasicRepresentation` is very well suited for filling embedded objects or lists of objects in other representations.
- Feature: Each Controller now has a `GET .../basic` endpoint that returns a List of BasicRepresentations of the entity. Filtering via Specifications is possible
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 @@ -12,7 +12,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-development</artifactId>
<version>2.7.0</version>
<version>2.8.0</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 @@ -12,7 +12,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-identity-model</artifactId>
<version>2.7.0</version>
<version>2.8.0</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 @@ -12,7 +12,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-sequence-model</artifactId>
<version>2.7.0</version>
<version>2.8.0</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 @@ -12,7 +12,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend-uuid-model</artifactId>
<version>2.7.0</version>
<version>2.8.0</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 @@ -12,7 +12,7 @@

<groupId>de.frachtwerk</groupId>
<artifactId>essencium-backend</artifactId>
<version>2.7.0</version>
<version>2.8.0</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 11bc444

Please sign in to comment.