From b8533f6cb48225835afd65ec59ad2685def5df6d Mon Sep 17 00:00:00 2001 From: Matthias Lindinger Date: Tue, 21 Jun 2022 11:55:05 +0200 Subject: [PATCH] Bump version to 10.0.2 --- CHANGELOG.md | 9 ++++++++- dc-model-jackson/pom.xml | 2 +- dc-model/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3137899e..36cd2bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.2](https://github.com/dbmdz/digitalcollections-model/releases/tag/10.0.2) - 2022-06-21 + +## Changed + +- Remove setter of field `targetEntityType` +- Remove field `targetEntityType` from `equals` + ## [10.0.1](https://github.com/dbmdz/digitalcollections-model/releases/tag/10.0.1) - 2022-06-20 ### Changed -- Readd missing field `targetEntityType` +- Fix getter of field `targetEntityType` ## [10.0.0](https://github.com/dbmdz/digitalcollections-model/releases/tag/10.0.0) - 2022-06-07 diff --git a/dc-model-jackson/pom.xml b/dc-model-jackson/pom.xml index 7ed6b35a..6e6bf9f9 100644 --- a/dc-model-jackson/pom.xml +++ b/dc-model-jackson/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections.model dc-model-parent - 10.0.1 + 10.0.2 DigitalCollections: Model (Jackson) diff --git a/dc-model/pom.xml b/dc-model/pom.xml index 445d7853..d3da7edd 100644 --- a/dc-model/pom.xml +++ b/dc-model/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections.model dc-model-parent - 10.0.1 + 10.0.2 DigitalCollections: Model (Model) diff --git a/pom.xml b/pom.xml index 087a4e7b..773cfc2e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.digitalcollections.model dc-model-parent - 10.0.1 + 10.0.2 pom