Andrius Merkys pushed to branch master at Debian Java Maintainers / cmlxom


Commits:
0d67d5fb by Andrius Merkys at 2026-06-08T02:20:32-04:00
New upstream version 4.18
- - - - -
e03dca31 by Andrius Merkys at 2026-06-08T02:20:36-04:00
Update upstream source from tag 'upstream/4.18'

Update to upstream version '4.18'
with Debian dir a873114361200526079231b78821a35df0bb0592
- - - - -
01db476d by Andrius Merkys at 2026-06-08T02:32:27-04:00
Update changelog for 4.18-1 release

- - - - -


5 changed files:

- CITATION.cff
- README.md
- debian/changelog
- 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:


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cmlxom (4.18-1) unstable; urgency=medium
+
+  * New upstream version 4.18
+
+ -- Andrius Merkys <[email protected]>  Mon, 08 Jun 2026 02:32:23 -0400
+
 cmlxom (4.17-1) unstable; urgency=medium
 
   * New upstream version 4.17


=====================================
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/-/compare/f604f3edf158c94d8008cdb476905696f56fd361...01db476d4d332d6ad0661f36352d26f6c4c0a58b

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cmlxom/-/compare/f604f3edf158c94d8008cdb476905696f56fd361...01db476d4d332d6ad0661f36352d26f6c4c0a58b
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


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to