diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index f6ad64838ad39136fee4b53b05e50cf642baac55..452211983bc7370b2f925e962d717f9e38d993af 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>3.3.6</version> + <version>3.3.7</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-core</artifactId> diff --git a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java index 9cf2bddb60363635907389caf783b6f03db04aa9..1013936b13b1d5ceeecfc54859bd3b07cd192839 100644 --- a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java +++ b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java @@ -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") diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index 3afe253d9f16457d9831043b66d23b8c8a75116d..2fcd1be380ecb04ababd20dd7cfdf662a7026be4 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>3.3.6</version> + <version>3.3.7</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-webapp</artifactId> diff --git a/pom.xml b/pom.xml index e21c3c63195ce53f60214e178dfe3380b358c16a..737dce96b61903a6382739363cdb8545b226db05 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>3.3.6</version> + <version>3.3.7</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties>