Skip to content
Snippets Groups Projects
Commit d1e2d134 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Increase version

parent c30ae8ac
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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
*/
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment