phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
12 stars 5 forks source link

Prepare for release #79

Closed ielis closed 2 years ago

ielis commented 2 years ago

Prepare the library for release into Maven repo.

The PR does several things:

With the changes in place, the library can be released by running:

cd phenopacket-tools
./mvnw -P clean deploy

assuming the deployer has the appropriate setup and privileges.