Skip to content

Commit

Permalink
prepare for v0.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Jun 18, 2024
1 parent 8e95b5a commit 62ec743
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nomer-name-parse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.globalbioticinteractions</groupId>
<artifactId>nomer-parent</artifactId>
<version>0.5.10-SNAPSHOT</version>
<version>0.5.10</version>
<relativePath>../nomer-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nomer-name-suggest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.globalbioticinteractions</groupId>
<artifactId>nomer-parent</artifactId>
<version>0.5.10-SNAPSHOT</version>
<version>0.5.10</version>
<relativePath>../nomer-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nomer-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.globalbioticinteractions</groupId>
<artifactId>nomer-parent</artifactId>
<version>0.5.10-SNAPSHOT</version>
<version>0.5.10</version>
<packaging>pom</packaging>
<name>Nomer Shared Project Settings</name>

Expand Down
2 changes: 1 addition & 1 deletion nomer-taxon-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.globalbioticinteractions</groupId>
<artifactId>nomer-parent</artifactId>
<version>0.5.10-SNAPSHOT</version>
<version>0.5.10</version>
<relativePath>../nomer-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

public class WorldRegisterOfMarineSpeciesTaxonService extends CommonTaxonService<Long> {
private static final Logger LOG = LoggerFactory.getLogger(WorldRegisterOfMarineSpeciesTaxonService.class);

private static final List<String> uncheckedStatus = Arrays.asList(
"unassessed",
"nomen dubium",
Expand Down
2 changes: 1 addition & 1 deletion nomer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.globalbioticinteractions</groupId>
<artifactId>nomer-parent</artifactId>
<version>0.5.10-SNAPSHOT</version>
<version>0.5.10</version>
<relativePath>../nomer-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ nomer.mdd.url=https://github.com/mammaldiversity/mammaldiversity.github.io/raw/m
#
# WoRMS Editorial Board. (2024). World Register of Marine Species (S. Ahyong, C. Boyko, N. Bailly, J. Bernot, R. Bieler, S. Brandão, M. Daly, S. De Grave, S. Gofas, F. Hernandez, L. Hughes, T. A. Neubauer, & G. Paulay, Eds.; Version 2024-06-01). WoRMS Editorial Board, Belgium. https://doi.org/10.14284/170
#
nomer.worms.url=gz:file:///home/jorrit/tmp/worms.json.gz!/worms.json
nomer.worms.url=gz:worms:worms.json.gz!/worms.json

# Hesperomys
#
Expand Down Expand Up @@ -114,12 +114,12 @@ nomer.discoverlife.url=https://www.discoverlife.org/nh/id/20q/Apoidea_species.xm
# This corpus is used to retrieve versioned copied of taxonomic content references.
#
# Also see
# Poelen, Jorrit H. (2021). Nomer Corpus of Taxonomic Resources hash://sha256/bb6dac6461b66212c5b1826447d7765529ff5cbadeac1915f7c3be9748eda991 (0.1) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.5639794
# Poelen, J. H. (ed . ) . (2024). Nomer Corpus of Taxonomic Resources hash://sha256/3361f03229301a339b86779df0d74ed9ab564b1ef98dda4556ed0a0cafc28700 hash://md5/970d771ac2ff45e42a30b5cf88bf6a1b (0.25) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.12117955
# MJ Elliott, JH Poelen, JAB Fortes (2020). Toward Reliable Biodiversity Dataset References. Ecological Informatics. https://doi.org/10.1016/j.ecoinf.2020.101132
# Elliott M.J., Poelen, J.H. & Fortes, J.A.B. (2023) Signing data citations enables data verification and citation persistence. Sci Data. https://doi.org/10.1038/s41597-023-02230-y hash://sha256/f849c870565f608899f183ca261365dce9c9f1c5441b1c779e0db49df9c2a19d
#
nomer.preston.version=hash://sha256/83617875e84bb8ae7ac2a257ad50eb8e82d8935d975f465b8ee8f3a803f72b48
nomer.preston.remotes=https://linker.bio,https://zenodo.org/records/11105453/files,https://zenodo.org/records/10810821/files,https://zenodo.org/records/10045382/files,https://zenodo.org/records/10037817/files,https://zenodo.org/records/8327611/files
nomer.preston.version=hash://sha256/3361f03229301a339b86779df0d74ed9ab564b1ef98dda4556ed0a0cafc28700
nomer.preston.remotes=https://linker.bio,https://zenodo.org/records/12117955/files,https://zenodo.org/records/11105453/files,https://zenodo.org/records/10810821/files,https://zenodo.org/records/10045382/files,https://zenodo.org/records/10037817/files,https://zenodo.org/records/8327611/files
# if left empty, nomer.preston.dir=${nomer.cache.dir}/data
# nomer.preston.dir=/some/path
nomer.preston.dir=
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.globalbioticinteractions</groupId>
<artifactId>nomer-all</artifactId>
<version>0.5.10-SNAPSHOT</version>
<version>0.5.10</version>
<packaging>pom</packaging>
<name>Nomer Modules</name>
<modules>
Expand Down

0 comments on commit 62ec743

Please sign in to comment.