Skip to content

Commit

Permalink
Dependency updates and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
clorenz committed Jul 6, 2023
1 parent f35b2ce commit 772655d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [12.0.1](https://github.com/dbmdz/digitalcollections-model/releases/tag/12.0.1) - 2023-07-06

### Fixed

- LocalizedUrlAliases must contain a `targetLanguage`, also in builder

### Changed

- Dependency updates

## [12.0.0](https://github.com/dbmdz/digitalcollections-model/releases/tag/12.0.0) - 2023-06-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>

<name>DigitalCollections: Model (Jackson)</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.1.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
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.0.1-SNAPSHOT</version>
<version>12.0.1</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.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>

<name>DigitalCollections: Model (Mappings)</name>
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>

<name>DigitalCollections: Model (Model)</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.8.2</version>
<version>5.8.3</version>
</dependency>
<dependency>
<groupId>org.wikidata.wdtk</groupId>
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.0.1-SNAPSHOT</version>
<version>12.0.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 772655d

Please sign in to comment.