From d1e2d1344ab99e960248d421f9bf1054ca20a4eb Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Wed, 27 Oct 2021 16:27:00 +0200
Subject: [PATCH] Increase version

---
 oaipmh-core/pom.xml                           |  2 +-
 .../middleware/OaiPmhTextgridOnlineTests.java | 19 +------------------
 oaipmh-webapp/pom.xml                         |  2 +-
 pom.xml                                       |  2 +-
 4 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index e3c320b4..3167882b 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.8-SNAPSHOT</version>
+		<version>4.0.9-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 3eede9f6..7159152c 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java
@@ -34,7 +34,7 @@ import org.junit.Test;
  * 
  * @author Stefan E. Funk, SUB Göttingen
  */
-@Ignore
+// @Ignore
 public class OaiPmhTextgridOnlineTests {
 
   // **
@@ -473,23 +473,6 @@ public class OaiPmhTextgridOnlineTests {
     System.out.println(OaiPmhTestUtilities.OK);
   }
 
-  /**
-   * @throws IOException
-   */
-  @Test
-  public void testListRecordsWithSetOAIDCSinglePage() throws IOException {
-
-    System.out.println(OaiPmhTestUtilities.TESTING + "testListRecordsOAIDCSinglePage()");
-
-    testList(oaipmhWebClient, OaiPmhTestUtilities.VERB_LIST_RECORDS,
-        OaiPmhTextgridOnlineTests.checkListRecordsDC,
-        OaiPmhTestUtilities.OAI_DC_PREFIX, 0, 100, OaiPmhTestUtilities.NO_THREAD_NAME,
-        OaiPmhTestUtilities.NO_FROM, OaiPmhTestUtilities.NO_UNTIL,
-        OaiPmhTestUtilities.NO_METADATA_FORMAT_WITH_RESTOK);
-
-    System.out.println(OaiPmhTestUtilities.OK);
-  }
-
   /**
    * @throws IOException
    */
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 4933aa00..2f318e80 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.8-SNAPSHOT</version>
+        <version>4.0.9-SNAPSHOT</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index b97d90ee..9ad02889 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.8-SNAPSHOT</version>
+	<version>4.0.9-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>
-- 
GitLab