File: README.md

package info (click to toggle)
cmlxom 4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,624 kB
  • sloc: java: 70,684; xml: 40,748; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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)
[![codecov](https://codecov.io/gh/BlueObelisk/cmlxom/branch/main/graph/badge.svg?token=E1NGWVWL04)](https://codecov.io/gh/BlueObelisk/cmlxom)

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.16-SNAPSHOT
```

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

```shell
mvn clean deploy
```