[Git][java-team/cmlxom][upstream] New upstream version 4.16

Andrius Merkys (@merkys) gitlab at salsa.debian.org
Mon Apr 13 11:23:29 BST 2026



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


Commits:
7ab39e2e by Andrius Merkys at 2026-04-13T05:38:22-04:00
New upstream version 4.16
- - - - -


4 changed files:

- .github/workflows/maven.yml
- CITATION.cff
- README.md
- pom.xml


Changes:

=====================================
.github/workflows/maven.yml
=====================================
@@ -10,12 +10,12 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
 
     steps:
-    - uses: actions/checkout at v4
+    - uses: actions/checkout at v6
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java at v4
+      uses: actions/setup-java at v5
       with:
         java-version: ${{ matrix.java }}
         distribution: 'temurin'
@@ -27,9 +27,9 @@ jobs:
     runs-on: ubuntu-latest
     needs: build
     steps:
-    - uses: actions/checkout at v4
+    - uses: actions/checkout at v6
     - name: Set up Java
-      uses: actions/setup-java at v4
+      uses: actions/setup-java at v5
       with:
         distribution: temurin
         java-version: 8


=====================================
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.15
-date-released: 2025-12-20
+version: 4.16
+date-released: 2026-04-12
 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.16-SNAPSHOT
+mvn versions:set -DnewVersion=4.17-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.15</version>
+	<version>4.16</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.14</version>
+			<version>2.15</version>
 		</dependency>
 		<dependency>
 			<groupId>xom</groupId>
 			<artifactId>xom</artifactId>
-			<version>1.3.9</version>
+			<version>1.4.0</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xerces</groupId>
@@ -393,7 +393,7 @@
 		<dependency>
 			<groupId>joda-time</groupId>
 			<artifactId>joda-time</artifactId>
-			<version>2.14.0</version>
+			<version>2.14.1</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-io</groupId>
@@ -403,7 +403,7 @@
 		<dependency>
 			<groupId>org.apache.logging.log4j</groupId>
 			<artifactId>log4j-1.2-api</artifactId>
-			<version>2.25.3</version>
+			<version>2.25.4</version>
 		</dependency>
 		<dependency>
 			<groupId>org.ccil.cowan.tagsoup</groupId>



View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/7ab39e2efe98e308f01db82e40f893f2e0f1bbc6

-- 
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/7ab39e2efe98e308f01db82e40f893f2e0f1bbc6
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/20260413/e297441f/attachment.htm>


More information about the pkg-java-commits mailing list