Skip to content

Commit

Permalink
Release 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Feb 17, 2024
1 parent 6beb8c4 commit 25137ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: CMLXOM
version: 4.7
date-released: 2023-12-18
version: 4.8
date-released: 2024-02-17
url: "https://github.com/BlueObelisk/cmlxom"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ implementing the XML object model (XOM) for the Chemical Markup Language (CML).
Instructions to increase the version:

```shell
mvn versions:set -DnewVersion=4.8-SNAPSHOT
mvn versions:set -DnewVersion=4.9-SNAPSHOT
```

Deploy to Sonatype with the following commands, for snapshots and releases respectively:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
Expand Down

0 comments on commit 25137ac

Please sign in to comment.