Andrius Merkys pushed to branch master at Debian Java Maintainers / libeuclid-java
Commits: cfa05795 by Andrius Merkys at 2025-12-23T04:30:21-05:00 New upstream version 2.14 - - - - - ec05e828 by Andrius Merkys at 2025-12-23T04:30:30-05:00 Update upstream source from tag 'upstream/2.14' Update to upstream version '2.14' with Debian dir ce49ade229216230d0234b4205714dbe155bec73 - - - - - 805caae4 by Andrius Merkys at 2025-12-23T04:31:16-05:00 Update changelog for 2.14-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: 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: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libeuclid-java (2.14-1) unstable; urgency=medium + + * New upstream version 2.14 + + -- Andrius Merkys <[email protected]> Tue, 23 Dec 2025 04:31:13 -0500 + libeuclid-java (2.13-1) unstable; urgency=medium * New upstream version 2.13 ===================================== 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/-/compare/9109e42410e47aedd8429d63ad0dbb0d1a85d05c...805caae4684ea4565597bbedc227e1e34663935e -- View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/9109e42410e47aedd8429d63ad0dbb0d1a85d05c...805caae4684ea4565597bbedc227e1e34663935e 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

