Skip to content

Commit

Permalink
Bump version to 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Jun 21, 2022
1 parent 36f6573 commit b8533f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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>10.0.1</version>
<version>10.0.2</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>10.0.1</version>
<version>10.0.2</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>10.0.1</version>
<version>10.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit b8533f6

Please sign in to comment.