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

New RELEASE version >>> 2.16.0

parent 3a1b9888
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>2.16.0-SNAPSHOT</version> <version>2.16.0</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId> <artifactId>oaipmh-core</artifactId>
......
...@@ -100,13 +100,15 @@ public class SetDeliverer { ...@@ -100,13 +100,15 @@ public class SetDeliverer {
} }
} }
Iterator it = setSet.entrySet().iterator(); if (this.textgrid == true) {
while (it.hasNext()) { Iterator it = setSet.entrySet().iterator();
Map.Entry pair = (Map.Entry) it.next(); while (it.hasNext()) {
SetType set = new SetType(); Map.Entry pair = (Map.Entry) it.next();
set.setSetName(pair.getValue().toString()); SetType set = new SetType();
set.setSetSpec("project:" + pair.getKey().toString()); set.setSetName(pair.getValue().toString());
setList.getSet().add(set); set.setSetSpec("project:" + pair.getKey().toString());
setList.getSet().add(set);
}
} }
if (this.dariah == true) { if (this.dariah == true) {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>2.16.0-SNAPSHOT</version> <version>2.16.0</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>2.16.0-SNAPSHOT</version> <version>2.16.0</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