Skip to content

Commit

Permalink
Bump version to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Nov 25, 2022
1 parent 82002fa commit 04131b0
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

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

### Added

- Add parameter `fill-wemi` to return a hierarchically (in direction `Item` -> `Manifestation` -> `Work`) filled `DigitalObject` (currently only with the `Item` data)
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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</version>
</parent>

<name>DigitalCollections: cudami Repository Client</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc-cudami-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cudami-editor",
"version": "6.1.3",
"version": "6.2.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</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.2.0-RC1</version>
<version>6.2.0</version>
<packaging>pom</packaging>

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

0 comments on commit 04131b0

Please sign in to comment.