diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index b99f10b4536bbc53b69965347dc47419a649424a..2f7460081ed0cf31aeb35bfa8147217631bd1f44 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.2.3</version> + <version>4.2.4</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-core</artifactId> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index de722302fa850b5a64808638355a5318930a155d..ecc24ab36fc365be5bf94d427717104eba25f585 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.2.3</version> + <version>4.2.4</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 053beb64fbc1e550b264f1e6369a648d0ed9ba89..42d2dc2b5b4fc3c02490c32de3f2e26663b8c3b1 100644 --- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml +++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml @@ -24,8 +24,7 @@ class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> - <value>file:C:\dev\oai-pmh\oaipmh-webapp\src\main\webapp\WEB-INF\oaipmh.textgrid.properties</value> - <!--value>file:/etc/dhrep/oaipmh/oaipmh.properties</value--> + <value>file:/etc/dhrep/oaipmh/oaipmh.properties</value> </list> </property> <property name="ignoreResourceNotFound" value="true" /> diff --git a/pom.xml b/pom.xml index 54c7b8feec2d98d755abd2954998d199459c46dc..e8477bcf45356df81aa4948ab3ff840bf648b876 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.2.3</version> + <version>4.2.4</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties>