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


Commits:
43f24330 by Andrius Merkys at 2025-12-23T05:21:21-05:00
New upstream version 4.15
- - - - -
16e92d43 by Andrius Merkys at 2025-12-23T05:21:37-05:00
Update upstream source from tag 'upstream/4.15'

Update to upstream version '4.15'
with Debian dir 76a86243682a2c2148015205c7bb96d06e34e623
- - - - -
8dcc04de by Andrius Merkys at 2025-12-23T05:22:07-05:00
Update changelog for 4.15-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.14
-date-released: 2025-11-09
+version: 4.15
+date-released: 2025-12-20
 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.15-SNAPSHOT
+mvn versions:set -DnewVersion=4.16-SNAPSHOT
 ```
 
 Deploy to Sonatype with the following commands, for snapshots and releases 
respectively:


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cmlxom (4.15-1) unstable; urgency=medium
+
+  * New upstream version 4.15
+
+ -- Andrius Merkys <[email protected]>  Tue, 23 Dec 2025 05:22:05 -0500
+
 cmlxom (4.14-1) unstable; urgency=medium
 
   * New upstream version 4.14


=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.blueobelisk</groupId>
        <artifactId>cmlxom</artifactId>
-       <version>4.14</version>
+       <version>4.15</version>
        <packaging>jar</packaging>
        <name>CMLXOM</name>
        <description>A Java library for processing CML</description>
@@ -371,7 +371,7 @@
                <dependency>
                        <groupId>org.blueobelisk</groupId>
                        <artifactId>euclid</artifactId>
-                       <version>2.13</version>
+                       <version>2.14</version>
                </dependency>
                <dependency>
                        <groupId>xom</groupId>
@@ -403,7 +403,7 @@
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>
                        <artifactId>log4j-1.2-api</artifactId>
-                       <version>2.25.2</version>
+                       <version>2.25.3</version>
                </dependency>
                <dependency>
                        <groupId>org.ccil.cowan.tagsoup</groupId>



View it on GitLab: 
https://salsa.debian.org/java-team/cmlxom/-/compare/0927f3a27208df6c71e57b71869ae2f5cac5dbd5...8dcc04de95bf9d2cf9d03be2c5919ccff3b612e2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cmlxom/-/compare/0927f3a27208df6c71e57b71869ae2f5cac5dbd5...8dcc04de95bf9d2cf9d03be2c5919ccff3b612e2
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