Skip to content

Commit

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

## [Unreleased]


## [12.2.0](https://github.com/dbmdz/digitalcollections-model/releases/tag/12.2.0) - 2023-09-12

### Added

- Added missing builders and missing `hashCode`, `equals`, `toString` methods
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>12.2.0-SNAPSHOT</version>
<version>12.2.0</version>
</parent>

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

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

<name>DigitalCollections: Model (Mappings)</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>12.2.0-SNAPSHOT</version>
<version>12.2.0</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>12.2.0-SNAPSHOT</version>
<version>12.2.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit c92770d

Please sign in to comment.