[Git][java-team/cmlxom][upstream] New upstream version 4.9
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Fri May 17 10:13:22 BST 2024
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits:
70ddbf87 by Andrius Merkys at 2024-05-17T03:26:55-04:00
New upstream version 4.9
- - - - -
3 changed files:
- CITATION.cff
- README.md
- pom.xml
Changes:
=====================================
CITATION.cff
=====================================
@@ -1,8 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: CMLXOM
-version: 4.8
-date-released: 2024-02-17
+version: 4.9
+date-released: 2024-05-09
url: "https://github.com/BlueObelisk/cmlxom"
preferred-citation:
type: article
=====================================
README.md
=====================================
@@ -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.9-SNAPSHOT
+mvn versions:set -DnewVersion=4.10-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>4.8</version>
+ <version>4.9</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
@@ -370,7 +370,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.8</version>
+ <version>2.9</version>
</dependency>
<dependency>
<groupId>xom</groupId>
@@ -397,12 +397,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.15.1</version>
+ <version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.22.1</version>
+ <version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/70ddbf872e3a6f446cdde9b986c881b7fa619c00
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/70ddbf872e3a6f446cdde9b986c881b7fa619c00
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240517/be60fd36/attachment.htm>
More information about the pkg-java-commits
mailing list