Skip to content
Snippets Groups Projects
Commit 6e48618a authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Merge branch 'develop' into '65-bug-requesting-mets-metadata-format'

# Conflicts:
#   oaipmh-core/src/main/java/info/textgrid/middleware/SetListDeliverer.java
parents d23e99d7 d772dec8
No related branches found
No related tags found
No related merge requests found
Pipeline #321035 passed
## [4.4.11](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.10...v4.4.11) (2022-09-01)
### Bug Fixes
* add more and finer logs ([de828a0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/de828a0147a27ea10a169cd9d2070a0d2c92082d))
* remove log4jcontextlistener ([10beddf](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/10beddf5a737f88e6aa414ed8f2a030a48da4d62))
* remove some dead code, update Spring deps ([dc25e34](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/dc25e34d76d59f39cd24ba2e543b78ed11631482))
## [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)
### Bug Fixes
* fix failure in gitlab-ci ([ff80672](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/ff806729d5ac1a47db043a7c2f7f65732ac39925))
* fixes [#65](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/issues/65) for GetRecord, too ([961c0c3](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/961c0c313f3008019ed4a98f05631401f6ef5078))
## [4.4.8](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.7...v4.4.8) (2022-08-29)
### Bug Fixes
* catching NoSuchElementException in metsmodsmapping module ([f47c283](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/f47c2834a4bae52d5d58be0bddb1a3a0bf463cb8))
## [4.4.7](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.6...v4.4.7) (2022-08-29)
### Bug Fixes
* add more logging ([c446fe0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/c446fe0f04e42068452baea2c43de975cf10166f))
## [4.4.6](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.5...v4.4.6) (2022-08-29)
### Bug Fixes
* change some identifier assignments ([574ed1a](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/574ed1aff30cd8f9b415ea061cf4e2ffda364b18))
* remove sysout, add FINE logging ([78ec0dd](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/78ec0dd589537430ab17fc3c8c91204f39fdb603))
## [4.4.5](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.4...v4.4.5) (2022-08-19)
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>4.4.6-SNAPSHOT</version>
<version>4.4.12-SNAPSHOT</version>
</parent>
<artifactId>oaipmh-core</artifactId>
<packaging>jar</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>4.4.6-SNAPSHOT</version>
<version>4.4.12-SNAPSHOT</version>
</parent>
<artifactId>oaipmh-webapp</artifactId>
<packaging>war</packaging>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh</artifactId>
<version>4.4.6-SNAPSHOT</version>
<version>4.4.12-SNAPSHOT</version>
<packaging>pom</packaging>
<name>DARIAHDE :: OAI-PMH DataProvider</name>
<properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment