Skip to content

Commit

Permalink
- fix problem with documents that include gmd:series element
Browse files Browse the repository at this point in the history
  see https://dev.informationgrid.eu/redmine/issues/440
- add info logging with harvested UUIDs
- fix calls to "transform" method if no value could be obtained to
transform
  • Loading branch information
joachimmueller committed Sep 19, 2016
1 parent 0f67897 commit cf049d8
Show file tree
Hide file tree
Showing 5 changed files with 1,472 additions and 1,466 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ingrid-iplug-csw-dsc</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>InGrid iPlug-csw-dsc</name>
<scm>
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -28,6 +28,12 @@
<author email="joachim@wemove.com">Joachim Müller</author>
</properties>
<body>
<release version="4.0.0.1" date="2016-09-19" description="Release 4.0.0.1">
<action type="fix" dev="wemove" issue="REDMINE-440">
Cannot consume documents with gmd:series element and resulting multiple gmd:fileIdentifier Elements.
</action>
</release>

<release version="4.0.0" date="2016-08-29" description="Release 4.0.0">
<action type="update" dev="wemove" issue="REDMINE-408">
Updated codelist.
Expand Down

0 comments on commit cf049d8

Please sign in to comment.