From 06d509425a246488b147360530727f34af194131 Mon Sep 17 00:00:00 2001 From: Maximilian Behnert-Brodhun <brodhun@sub.uni-goettingen.de> Date: Wed, 23 Jun 2021 16:58:37 +0200 Subject: [PATCH] added new version of metsModsMapping --- oaipmh-core/pom.xml | 2 +- oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index 31efd6c3..1145d72d 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -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/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml index 58fc35df..39d0ad2b 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" /> -- GitLab