Skip to content

Commit

Permalink
Bump version to 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daforster committed Apr 14, 2023
1 parent 7c505e8 commit f875544
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.3](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.3) - 2023-04-14

### Fixed

- Fixed deserialization (unknown `objectType` and `listRequestType`)

## [11.0.2](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.2) - 2023-03-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dc-model-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>11.0.3-SNAPSHOT</version>
<version>11.0.3</version>
</parent>

<name>DigitalCollections: Model (Jackson)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>11.0.3-SNAPSHOT</version>
<version>11.0.3</version>
</parent>

<name>DigitalCollections: Model (Model)</name>
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 @@

<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>11.0.3-SNAPSHOT</version>
<version>11.0.3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit f875544

Please sign in to comment.