From 97cbc67e2c7d27af601caef76ce00f5a5678156d Mon Sep 17 00:00:00 2001 From: group_2006_bot <group_2006_bot@noreply.gitlab.gwdg.de> Date: Tue, 30 Aug 2022 16:28:43 +0000 Subject: [PATCH] 4.4.10 --- CHANGELOG.md | 8 ++++++++ oaipmh-core/pom.xml | 2 +- oaipmh-webapp/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea9a7f7..77f4b9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.4.10](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.9...v4.4.10) (2022-08-30) + + +### Bug Fixes + +* if image incomplete, add normal object data ([6e74754](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/6e74754420b2b0ea8aef56d04390ec6b83b81254)) +* jump to next entry if no record available (still [#64](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/issues/64)) ([bfea775](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/bfea7758ddfac18a4f1cba86dadf750b3a1e851e)) + ## [4.4.9](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.8...v4.4.9) (2022-08-30) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index db46d0ad..0b13cf25 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>4.4.10-SNAPSHOT</version> + <version>4.4.10</version> </parent> <artifactId>oaipmh-core</artifactId> <packaging>jar</packaging> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index ec946c7e..aab36ba9 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>4.4.10-SNAPSHOT</version> + <version>4.4.10</version> </parent> <artifactId>oaipmh-webapp</artifactId> <packaging>war</packaging> diff --git a/pom.xml b/pom.xml index 35f39906..055372c2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>4.4.10-SNAPSHOT</version> + <version>4.4.10</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties> -- GitLab