Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits: f1b97996 by Andrius Merkys at 2025-01-20T07:50:33-05:00 New upstream version 4.10 - - - - - 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.9 -date-released: 2024-05-09 +version: 4.10 +date-released: 2025-01-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.10-SNAPSHOT +mvn versions:set -DnewVersion=4.11-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.9</version> + <version>4.10</version> <packaging>jar</packaging> <name>CMLXOM</name> <description>A Java library for processing CML</description> @@ -370,7 +370,7 @@ <dependency> <groupId>org.blueobelisk</groupId> <artifactId>euclid</artifactId> - <version>2.9</version> + <version>2.10</version> </dependency> <dependency> <groupId>xom</groupId> @@ -392,17 +392,17 @@ <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> - <version>2.12.7</version> + <version>2.13.0</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.16.1</version> + <version>2.18.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> - <version>2.23.1</version> + <version>2.24.3</version> </dependency> <dependency> <groupId>org.ccil.cowan.tagsoup</groupId> View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/f1b9799619770fce4f90ffa4e18f551d569dc3ba -- View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/f1b9799619770fce4f90ffa4e18f551d569dc3ba 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

