diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 9726e560995d03d9bc86d3a2e672c9ae9b3ddcb7..da5d5e2efbc36030c78052fde3e578f041d4e966 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.11</version>
+		<version>3.3.12</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
@@ -85,7 +85,7 @@
 		<dependency>
 			<groupId>org.classicmayan.tools</groupId>
 			<artifactId>metsModsMapping</artifactId>
-			<version>1.1.13</version>
+			<version>1.1.15</version>
 		</dependency>
 		<dependency>
 			<groupId>de.shadowhunt.maven.plugins</groupId>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 0a70ae7dc9548ac3493ffce1211d6a08715db8a1..afb5bf21a7c79e6ac4222bf58d7d1144f641e084 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.11</version>
+		<version>3.3.12</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
index 58fc35dfa03945d96eab35d472ab0039abf56b42..39d0ad2b09413dfe6f05086d2f1d228eae4a94ee 100644
--- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
@@ -22,7 +22,7 @@
 	<bean id="propertyPlaceholderConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
 		<property name="locations">
 			<list>
-				<value>file:/etc/dhrep/oaipmh/oaipmh.properties</value>
+				<value>file:/etc/dhrep/oaipmh/oaipmh.properties_tmp</value>
 			</list>
 		</property>
 		<property name="ignoreResourceNotFound" value="true" />
diff --git a/pom.xml b/pom.xml
index f6e737ab288886c931999a1453913d76ccdb66e2..f40823bac04e9126c08d65372cd608d8e706eea6 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.11</version>
+	<version>3.3.12</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>