Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 942 Bytes

File metadata and controls

23 lines (16 loc) · 942 Bytes

CMLXOM

Maven Central Build Status DOI codecov

A Java library for processing CML, implementing the XML object model (XOM) for the Chemical Markup Language (CML).

Releases

Instructions to increase the version:

mvn versions:set -DnewVersion=4.20-SNAPSHOT

Deploy to Sonatype with the following commands, for snapshots and releases respectively:

mvn clean deploy