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


Commits:
7ab39e2e by Andrius Merkys at 2026-04-13T05:38:22-04:00
New upstream version 4.16
- - - - -
df321542 by Andrius Merkys at 2026-04-13T05:38:25-04:00
Update upstream source from tag 'upstream/4.16'

Update to upstream version '4.16'
with Debian dir e38fa843fe038620407d7e29458d07aff6cf410e
- - - - -
47501220 by Andrius Merkys at 2026-04-13T05:39:42-04:00
Update changelog for 4.16-1 release

- - - - -


5 changed files:

- .github/workflows/maven.yml
- CITATION.cff
- README.md
- debian/changelog
- 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@v4
+    - uses: actions/checkout@v6
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v4
+      uses: actions/setup-java@v5
       with:
         java-version: ${{ matrix.java }}
         distribution: 'temurin'
@@ -27,9 +27,9 @@ jobs:
     runs-on: ubuntu-latest
     needs: build
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v6
     - name: Set up Java
-      uses: actions/setup-java@v4
+      uses: actions/setup-java@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:


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cmlxom (4.16-1) unstable; urgency=medium
+
+  * New upstream version 4.16
+
+ -- Andrius Merkys <[email protected]>  Mon, 13 Apr 2026 05:39:33 -0400
+
 cmlxom (4.15-1) unstable; urgency=medium
 
   * New upstream version 4.15


=====================================
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/-/compare/8dcc04de95bf9d2cf9d03be2c5919ccff3b612e2...47501220194665819e2de47985f545e77362a152

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cmlxom/-/compare/8dcc04de95bf9d2cf9d03be2c5919ccff3b612e2...47501220194665819e2de47985f545e77362a152
You're receiving this email because of your account on salsa.debian.org.


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

Reply via email to