Codebase list cmlxom / 337d35f0-fc13-4657-b701-c36c1017294b/upstream/4.3+git20221009.1.632e22b
337d35f0-fc13-4657-b701-c36c1017294b/upstream/4.3+git20221009.1.632e22b

Tree @337d35f0-fc13-4657-b701-c36c1017294b/upstream/4.3+git20221009.1.632e22b (Download .tar.gz)

# CMLXOM
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/cmlxom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/cmlxom)
[![Build Status](https://github.com/BlueObelisk/cmlxom/actions/workflows/maven.yml/badge.svg)](https://github.com/BlueObelisk/cmlxom/actions/workflows/maven.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815142.svg)](https://doi.org/10.5281/zenodo.5815142)

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

## Releases

Instructions to increase the version:

```shell
mvn versions:set -DnewVersion=4.5-SNAPSHOT
```

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

```sh1ll
mvn clean deploy
mvn clean deploy -P release
```