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

Merge branch 'develop' into feature/elastic6

parents d994db6b bc23fcc3
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.1-SNAPSHOT</version> <version>3.3.2-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId> <artifactId>oaipmh-core</artifactId>
......
...@@ -682,8 +682,8 @@ public class OAIPMHImpl implements OAIPMHProducer { ...@@ -682,8 +682,8 @@ public class OAIPMHImpl implements OAIPMHProducer {
// Add OAI_DC and DC schema location if needed. // Add OAI_DC and DC schema location if needed.
if (theVerb.equals("GetRecord") || theVerb.endsWith("ListRecords")) { if (theVerb.equals("GetRecord") || theVerb.endsWith("ListRecords")) {
schemaLocations += schemaLocations +=
OAIPMHUtilities.OAIDC_NAMESPACE + " " + OAIPMHUtilities.OAIDC_SCHEMA_LOCATION; OAIPMHUtilities.OAIDC_NAMESPACE + " " + OAIPMHUtilities.OAIDC_SCHEMA_LOCATION +
schemaLocations += OAIPMHUtilities.DC_NAMESPACE + " " + OAIPMHUtilities.DC_SCHEMA_LOCATION; " " + OAIPMHUtilities.DC_NAMESPACE + " " + OAIPMHUtilities.DC_SCHEMA_LOCATION;
} }
// PLEASE NOTE We always get oai_dc and dc prefixes defined in the root element due to the // PLEASE NOTE We always get oai_dc and dc prefixes defined in the root element due to the
......
...@@ -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.1-SNAPSHOT</version> <version>3.3.2-SNAPSHOT</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.1-SNAPSHOT</version> <version>3.3.2-SNAPSHOT</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