Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits: 43f24330 by Andrius Merkys at 2025-12-23T05:21:21-05:00 New upstream version 4.15 - - - - - 3 changed files: - CITATION.cff - README.md - 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: ===================================== 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/-/commit/43f24330fc5b16f18c1e41ebe38981e06a8d4a13 -- View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/43f24330fc5b16f18c1e41ebe38981e06a8d4a13 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

