diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 452211983bc7370b2f925e962d717f9e38d993af..7e44b44af876e02f4d9dcd2e3a76ebe333838751 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>3.3.7</version>
+		<version>3.3.8</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
diff --git a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java
index 1013936b13b1d5ceeecfc54859bd3b07cd192839..49ece5e8f7954b022807aae2ff2498225e8348ce 100644
--- a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java
+++ b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java
@@ -64,9 +64,11 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
       changedId = idInDatabase.substring("textgrid:".length());
     }
 
-    /*if (!idInDatabase.contains(".0")) {
+    if (!idInDatabase.contains(".0")) {
       changedId = changedId + ".0";
-    }*/
+    }
+    
+    
     // sSystem.out.println(changedId);
     
     GetRequestBuilder recordById = OAI_ESClient.getOaiESClient()
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 2fcd1be380ecb04ababd20dd7cfdf662a7026be4..b272341f3607e3b97c9306f06fcc9900cefc87c6 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>3.3.7</version>
+		<version>3.3.8</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index 737dce96b61903a6382739363cdb8545b226db05..84aef822febf8e32b884d343add138ff44d3f8cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh</artifactId>
-	<version>3.3.7</version>
+	<version>3.3.8</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>