diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index c5fdba3e5539873b923b5327b508cba83a2ca392..5f4f99e712f011fc746b8dfd0b151e6eed214252 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.1.13</version> + <version>3.1.14</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-core</artifactId> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index f56ef5c935c96cc68705397e144cc2b637f4c84a..7a0a383bdaf156d2c1a57b37e41564a3f608c326 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.1.13</version> + <version>3.1.14</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 22f28676a32fd6ec035a0309a58d1939a451adc9..58fc35dfa03945d96eab35d472ab0039abf56b42 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:/home/max/dev/oai-pmh/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.textgrid.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 55aba0ca6fca9a6dac787c93af2e55b30a0ab6fb..e374bfd9d45c03c2e9b8ecb500d65ba10e3f8111 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.1.13</version> + <version>3.1.14</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties>