Skip to content

Commit

Permalink
Bump version to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daforster committed Mar 29, 2023
1 parent 96190b2 commit 8667664
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions 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.2.2](https://github.com/dbmdz/cudami/releases/tag/6.2.2) - 2023-03-29

### Changed

- Upgraded `dc-model(-jackson)` to `11.0.2`

## [6.2.1](https://github.com/dbmdz/cudami/releases/tag/6.2.1) - 2023-02-10

### Fixed
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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.2.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</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.1</version>
<version>6.2.2</version>
<packaging>pom</packaging>

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

0 comments on commit 8667664

Please sign in to comment.