Skip to content

Commit

Permalink
Bump version to 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Nov 7, 2022
1 parent 78dce4b commit 47bbce7
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [6.1.4](https://github.com/dbmdz/cudami/releases/tag/6.1.4) - 2022-11-07

### Fixed

- Fixed display of ToC navigation

## [6.1.3](https://github.com/dbmdz/cudami/releases/tag/6.1.3) - 2022-11-03

No real changes, but the publishing did not work well...
Expand All @@ -15,7 +21,7 @@ No real changes, but the publishing did not work well...
### Added

- Added rendering of ToC if `renderingHints.showInPageNavigation` in the webpage is `true`
- Add rendering of ToC links if `renderTocLinks` is set to `true` somewhere in the model
- Added rendering of ToC links if `renderTocLinks` is set to `true` somewhere in the model

## [6.1.1](https://github.com/dbmdz/cudami/releases/tag/6.1.1) - 2022-08-29

Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Management Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Client</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-lobid-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami lobid.org Client</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Model</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Backend API)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Backend IMPL File)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Backend IMPL InMemory)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Backend IMPL JDBI PostgreSql)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-lobid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Backend IMPL External System lobid.org)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Business)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server (Webapp)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
</parent>

<name>DigitalCollections: cudami Repository Server</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<packaging>pom</packaging>

<name>DigitalCollections: cudami</name>
Expand Down

0 comments on commit 47bbce7

Please sign in to comment.