Skip to content
Snippets Groups Projects
Commit ca2a2795 authored by mbrodhu's avatar mbrodhu
Browse files

Merge branch 'release/3.3.6'

parents de884e7f 89d53400
No related branches found
Tags 4.2.6
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>3.3.5</version> <version>3.3.6</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId> <artifactId>oaipmh-core</artifactId>
......
...@@ -97,7 +97,7 @@ public class RecordListDelivererIDIOM extends RecordListDelivererAbstract { ...@@ -97,7 +97,7 @@ public class RecordListDelivererIDIOM extends RecordListDelivererAbstract {
String scrollID = scrollResp.getScrollId(); String scrollID = scrollResp.getScrollId();
long completeListSize = scrollResp.getHits().totalHits(); long completeListSize = scrollResp.getHits().totalHits();
//long completeListSize = 70; //long completeListSize = 45;
//System.out.println(completeListSize); //System.out.println(completeListSize);
//System.out.println(completeListSize + " || " + artefactURIs.size()); //System.out.println(completeListSize + " || " + artefactURIs.size());
if (completeListSize > 0) { if (completeListSize > 0) {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>3.3.5</version> <version>3.3.6</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-webapp</artifactId> <artifactId>oaipmh-webapp</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<version>3.3.5</version> <version>3.3.6</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>DARIAHDE :: OAI-PMH DataProvider</name> <name>DARIAHDE :: OAI-PMH DataProvider</name>
<properties> <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