Andrius Merkys pushed to branch upstream at Debian Java Maintainers / libeuclid-java
Commits: cfa05795 by Andrius Merkys at 2025-12-23T04:30:21-05:00 New upstream version 2.14 - - - - - 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: Euclid -version: 2.13 -date-released: 2025-11-02 +version: 2.14 +date-released: 2025-12-20 url: "https://github.com/BlueObelisk/euclid" preferred-citation: type: article ===================================== README.md ===================================== @@ -17,7 +17,7 @@ It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extract Instructions to increase the version: ```shell -mvn versions:set -DnewVersion=2.14-SNAPSHOT +mvn versions:set -DnewVersion=2.15-SNAPSHOT ``` Deploy to Sonatype with the following commands, for snapshots and releases respectively: ===================================== pom.xml ===================================== @@ -3,7 +3,7 @@ <groupId>org.blueobelisk</groupId> <artifactId>euclid</artifactId> - <version>2.13</version> + <version>2.14</version> <packaging>jar</packaging> <properties> @@ -266,30 +266,30 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.20.0</version> + <version>2.21.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.25.2</version> + <version>2.25.3</version> <type>pom</type> </dependency> <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.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.25.2</version> + <version>2.25.3</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.19.0</version> + <version>3.20.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/cfa05795d2ad2d30174c86b3feaca1579363e8af -- View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/cfa05795d2ad2d30174c86b3feaca1579363e8af 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

