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

Merge branch 'release/3.3.7'

parents ca2a2795 fb1ce835
No related branches found
Tags 3.3.7
No related merge requests found
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId>
......
......@@ -64,10 +64,11 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
changedId = idInDatabase.substring("textgrid:".length());
}
if (!idInDatabase.contains(".0")) {
/*if (!idInDatabase.contains(".0")) {
changedId = changedId + ".0";
}
}*/
// sSystem.out.println(changedId);
GetRequestBuilder recordById = OAI_ESClient.getOaiESClient()
.prepareGet()
.setIndex("textgrid-nonpublic")
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>3.3.6</version>
<version>3.3.7</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>3.3.6</version>
<version>3.3.7</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