diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index a1e1ba3c34faed9839a603e78ca2628f687b006d..c2bdfd376925fa5c8d8c5304e484e950eb3a5ca4 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.2-SNAPSHOT</version> + <version>4.0.3-SNAPSHOT</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-core</artifactId> @@ -111,7 +111,7 @@ <dependency> <groupId>org.classicmayan.tools</groupId> <artifactId>metsModsMapping</artifactId> - <version>1.1.17</version> + <version>${meta-mods-mapping.version}</version> </dependency> <dependency> <groupId>de.shadowhunt.maven.plugins</groupId> diff --git a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java index f6c89b2fbf63f066dff03c251a9911eb5f2bf8c2..ba859c93325844c5658eca33b959580f08280a2a 100644 --- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java +++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java @@ -26,7 +26,7 @@ import info.textgrid.utils.httpclient.TGHttpResponse; * * @author Stefan E. Funk, SUB Göttingen */ -@Ignore +// @Ignore public class OaiPmhTextgridOnlineTests { private static final String OAI_DC_PREFIX = "oai_dc"; diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index 2ab09c16145a86e6b90a80fe6567f2bef1b6fc17..7727ae84646997788f9727022ac06859c43808d2 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.2-SNAPSHOT</version> + <version>4.0.3-SNAPSHOT</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-webapp</artifactId> diff --git a/pom.xml b/pom.xml index 887095f9c150858d3ed411d20fb0685167a87133..c1dcee5fd05bf8236bcc05db93b271da83b8acd2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties> <common.version>4.0.1</common.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <cxf.version>3.2.8</cxf.version> + <cxf.version>3.3.11</cxf.version> + <mets-mods-mapping.version>1.1.17</mets-mods-mapping.version> <spring.version>4.0.2.RELEASE</spring.version> <elasticsearch.version>6.5.4</elasticsearch.version> <antlr-runtime.version>3.2</antlr-runtime.version>