Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits: f95975cf by Andrius Merkys at 2026-09-09T01:11:27-04:00 New upstream version 4.19 - - - - - 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.18 -date-released: 2026-06-06 +version: 4.19 +date-released: 2026-06-19 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.19-SNAPSHOT +mvn versions:set -DnewVersion=4.20-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.18</version> + <version>4.19</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.18</version> + <version>2.19</version> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> - <version>1.4.4</version> + <version>1.4.6</version> <exclusions> <exclusion> <groupId>xerces</groupId> View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/f95975cf4b89c7b40f0d1015f40b42564ff6ca15 -- View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/f95975cf4b89c7b40f0d1015f40b42564ff6ca15 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

