[Git][java-team/cmlxom][upstream] New upstream version 4.18
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Mon Jun 8 09:40:14 BST 2026
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits:
0d67d5fb by Andrius Merkys at 2026-06-08T02:20:32-04:00
New upstream version 4.18
- - - - -
4 changed files:
- CITATION.cff
- README.md
- pom.xml
- src/test/java/org/xmlcml/cml/element/main/CMLBuilderTest.java
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.17
-date-released: 2026-04-18
+version: 4.18
+date-released: 2026-06-06
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.18-SNAPSHOT
+mvn versions:set -DnewVersion=4.19-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.17</version>
+ <version>4.18</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
@@ -371,12 +371,12 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.16</version>
+ <version>2.18</version>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
- <version>1.4.0</version>
+ <version>1.4.4</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
@@ -393,17 +393,17 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.14.1</version>
+ <version>2.14.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.21.0</version>
+ <version>2.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.25.4</version>
+ <version>2.26.0</version>
</dependency>
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
=====================================
src/test/java/org/xmlcml/cml/element/main/CMLBuilderTest.java
=====================================
@@ -155,7 +155,7 @@ public class CMLBuilderTest {
Assert
.assertEquals(
"OldNodeFactory validation",
- "Document root element \"cml\", must match DOCTYPE root \"null\".",
+ "Document root element \"cml\", must match DOCTYPE root \"null\". at line 27, column 50",
e.getMessage());
}
}
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/0d67d5fb8c4831ffc287d22c7aa52398961704c8
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/0d67d5fb8c4831ffc287d22c7aa52398961704c8
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260608/b1d2a4b6/attachment.htm>
More information about the pkg-java-commits
mailing list