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

Merge branch 'release/3.3.10'

parents 969c65a2 a97b5a06
No related branches found
No related tags found
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.9</version> <version>3.3.10</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId> <artifactId>oaipmh-core</artifactId>
......
...@@ -64,15 +64,15 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract { ...@@ -64,15 +64,15 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
changedId = idInDatabase.substring("textgrid:".length()); changedId = idInDatabase.substring("textgrid:".length());
} }
if (!idInDatabase.contains(".")) { if (!idInDatabase.contains(".0")) {
changedId = changedId.substring(0,changedId.length() - 1) + "0"; changedId = changedId.substring(0,changedId.length() - 1) + "0";
//changedId = changedId + ".0"; //changedId = changedId + ".0";
if(changedId.contains(".1")) {
changedId = changedId.replace(".1", ""); }
} if(changedId.contains(".1")) {
changedId = changedId.replace(".1", "");
} }
System.out.println("id in elasticsearch is: " + changedId); System.out.println("id in elasticsearch is: " + changedId);
......
...@@ -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.9</version> <version>3.3.10</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.9</version> <version>3.3.10</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