From a2720c0e545b815ef918d462ab456f73ec9e5f8c Mon Sep 17 00:00:00 2001
From: group_2006_bot <group_2006_bot@noreply.gitlab.gwdg.de>
Date: Tue, 4 Oct 2022 16:43:22 +0000
Subject: [PATCH] 5.0.1

---
 CHANGELOG.md          | 7 +++++++
 oaipmh-core/pom.xml   | 2 +-
 oaipmh-webapp/pom.xml | 2 +-
 pom.xml               | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab25ba05..51337441 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [5.0.1](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v5.0.0...v5.0.1) (2022-10-04)
+
+
+### Bug Fixes
+
+* repair revision URI deliverance with IDIOM objects ([1c933c5](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/1c933c531024c06a10c463a30dd7b7463fa9262a)), closes [#73](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/issues/73)
+
 # [5.0.0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.11...v5.0.0) (2022-09-28)
 
 
diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 690f54e6..88d09393 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>5.0.1-SNAPSHOT</version>
+		<version>5.0.1</version>
 	</parent>
 	<artifactId>oaipmh-core</artifactId>
 	<packaging>jar</packaging>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 50bd46f2..5bc24d5c 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>5.0.1-SNAPSHOT</version>
+		<version>5.0.1</version>
 	</parent>
 	<artifactId>oaipmh-webapp</artifactId>
 	<packaging>war</packaging>
diff --git a/pom.xml b/pom.xml
index 384210cd..47b8f5d5 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>5.0.1-SNAPSHOT</version>
+	<version>5.0.1</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>
-- 
GitLab