From 525bd34eafbf5078cee48c0dfca0a8e1a1e56fbb Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Wed, 20 Oct 2021 16:42:01 +0200 Subject: [PATCH] Add mets-mods-mapping.version to pom files --- oaipmh-core/pom.xml | 4 ++-- .../info/textgrid/middleware/OaiPmhTextgridOnlineTests.java | 2 +- oaipmh-webapp/pom.xml | 2 +- pom.xml | 5 +++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index a1e1ba3c..c2bdfd37 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 f6c89b2f..ba859c93 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 2ab09c16..7727ae84 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 887095f9..c1dcee5f 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> -- GitLab