Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fmendezh committed Sep 29, 2024
1 parent 2e3151c commit 154adfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ private Long updateOrRetrieveDeclaredRecordCount(
* @return
*/
private static boolean isDarwinCoreArchive(Endpoint endpoint) {
return EndpointType.DWC_ARCHIVE == endpoint.getType() || EndpointType.EML == endpoint.getType();
return EndpointType.DWC_ARCHIVE == endpoint.getType() || EndpointType.EML == endpoint.getType() ||
EndpointType.BIOM_1_0 == endpoint.getType() || EndpointType.BIOM_2_1 == endpoint.getType();
}

/**
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@

<dwc-api.version>1.48</dwc-api.version>
<dwca-io.version>2.14</dwca-io.version>
<gbif-api.version>1.16.6-eml-SNAPSHOT</gbif-api.version>
<gbif-api.version>1.16.12</gbif-api.version>
<gbif-cli.version>1.0</gbif-cli.version>
<gbif-common-service.version>0.19</gbif-common-service.version>
<gbif-common-ws.version>1.22</gbif-common-ws.version>
<gbif-common.version>0.56</gbif-common.version>
<gbif-httputils.version>1.3</gbif-httputils.version>
<gbif-occurrence.version>0.187</gbif-occurrence.version>
<gbif-occurrence.version>0.195.4</gbif-occurrence.version>
<gbif-parsers.version>0.59</gbif-parsers.version>
<gbif-postal-service.version>1.8.0</gbif-postal-service.version>
<gbif-registry.version>3.95.16</gbif-registry.version>
Expand Down

0 comments on commit 154adfd

Please sign in to comment.