From 1e49e28b209affc398f322db016d7ba0c8670170 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Tue, 26 Oct 2021 17:17:49 +0200 Subject: [PATCH] Increase version Ignoring online tests --- oaipmh-core/pom.xml | 2 +- .../info/textgrid/middleware/OaiPmhTextgridOnlineTests.java | 6 +++--- oaipmh-webapp/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index 6c9ab177..722dadcb 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.6-SNAPSHOT</version> + <version>4.0.7-SNAPSHOT</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-core</artifactId> 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 0eea646b..f6906bb4 100644 --- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java +++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java @@ -30,7 +30,7 @@ import org.junit.Test; * * @author Stefan E. Funk, SUB Göttingen */ -// @Ignore +@Ignore public class OaiPmhTextgridOnlineTests { // TODO Configure config files for all the different OAI-PMH service instances! @@ -41,13 +41,13 @@ public class OaiPmhTextgridOnlineTests { // private static String host = "https://textgridlab.org/1.0/tgoaipmh/oai"; // private static String oaipmhEndpoint = "https://test.textgridlab.org/1.0/tgoaipmh/oai"; - // private static String oaipmhEndpoint = "https://dev.textgridlab.org/1.0/tgoaipmh/oai"; + private static String oaipmhEndpoint = "https://dev.textgridlab.org/1.0/tgoaipmh/oai"; // NOTE Test with "mvn jetty:run" in oaipmh-webapp module folder and SSH tunneling "ssh -L // 9202:localhost:9202 -l [username] dev.textgridlab.org", please use original OAIPMH config file // from /etc/dhrep/oaipmh/oaipmh.textgrid.properties and copy it to // /etc/dhrep/oaipmh/oaipmh.config on your local machine! - private static String oaipmhEndpoint = "http://localhost:8095/oaipmh/oai"; + // private static String oaipmhEndpoint = "http://localhost:8095/oaipmh/oai"; // NOTE Use "mvn tomcat:run" here! // private static String oaipmhEndpoint = "http://localhost:8080/oaipmh-webapp/oai"; diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index 57f2511f..e5a66b9a 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.6-SNAPSHOT</version> + <version>4.0.7-SNAPSHOT</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-webapp</artifactId> diff --git a/pom.xml b/pom.xml index 95f65ba0..4465e53c 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.0.6-SNAPSHOT</version> + <version>4.0.7-SNAPSHOT</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties> -- GitLab