Skip to content

Commit

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

## [Unreleased]

## [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...

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

### Added
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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2",
"version": "6.1.3",
"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.1.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</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.2</version>
<version>6.1.3</version>
<packaging>pom</packaging>

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

0 comments on commit 66897b3

Please sign in to comment.