diff --git a/Jenkinsfile b/Jenkinsfile
index 8db9903a093cab02775c2da5a523dda4c73365a0..b508c841cc4caa582143f671fe1c13a2ac48b96b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,8 +19,8 @@ node {
     if (snapshot) {
         doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
     }
-    //else {
-    //    doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
-    //}
+    else {
+        doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
+    }
   }
 }
diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 2ffea1db102523d4dae322973f43e48fd2cfbbd2..264b75d73b51a940001537a670ae272185a5389b 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.0.0</version>
+		<version>4.0.1</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 6b3f65e599cf2c52ae21b9236acc1d02f8df0a9e..b1d8583bf41cf761a64782c902bcd22a52b459b2 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.0.0</version>
+        <version>4.0.1</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index 713cd91d5aa0714f78a1042096e61460ffa86c50..776802c6a5313d72c2cdfadb0cc7cdfc1612f4eb 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>4.0.0</version>
+	<version>4.0.1</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>