[Git][java-team/cmlxom][master] 3 commits: New upstream version 4.19
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Wed Sep 9 10:03:04 BST 2026
Andrius Merkys pushed to branch master at Debian Java Maintainers / cmlxom
Commits:
f95975cf by Andrius Merkys at 2026-09-09T01:11:27-04:00
New upstream version 4.19
- - - - -
2a70c2d0 by Andrius Merkys at 2026-09-09T01:11:37-04:00
Update upstream source from tag 'upstream/4.19'
Update to upstream version '4.19'
with Debian dir fd98cc76100a006bd96e7192194bd1cc83d2f3fe
- - - - -
4d5fc74d by Andrius Merkys at 2026-09-09T01:12:05-04:00
Update changelog for 4.19-1 release
- - - - -
4 changed files:
- CITATION.cff
- README.md
- debian/changelog
- 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.18
-date-released: 2026-06-06
+version: 4.19
+date-released: 2026-06-19
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.19-SNAPSHOT
+mvn versions:set -DnewVersion=4.20-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cmlxom (4.19-1) unstable; urgency=medium
+
+ * New upstream version 4.19
+
+ -- Andrius Merkys <merkys at debian.org> Wed, 09 Sep 2026 01:12:04 -0400
+
cmlxom (4.18-2) unstable; urgency=medium
* Depend on libxom-java >= 1.4.4 (Closes: #1139502)
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>4.18</version>
+ <version>4.19</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.18</version>
+ <version>2.19</version>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
- <version>1.4.4</version>
+ <version>1.4.6</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/ff7a768c6ab77c71fbe96e5ba1e359acc297c85c...4d5fc74da58ad4ee351734cf01c0583ee648432e
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/ff7a768c6ab77c71fbe96e5ba1e359acc297c85c...4d5fc74da58ad4ee351734cf01c0583ee648432e
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/20260909/bd5ec3f2/attachment.htm>
More information about the pkg-java-commits
mailing list