Andrius Merkys pushed to branch master at Debian Java Maintainers / libeuclid-java
Commits: 57eea436 by Andrius Merkys at 2025-01-21T02:05:27-05:00 New upstream version 2.10 - - - - - f18a2c67 by Andrius Merkys at 2025-01-21T02:05:34-05:00 Update upstream source from tag 'upstream/2.10' Update to upstream version '2.10' with Debian dir a5a8fb86301aa69cbd208d3c4571cf18941c9f75 - - - - - a8c9e403 by Andrius Merkys at 2025-01-21T02:06:04-05:00 Update copyright years. - - - - - 7ce76f7c by Andrius Merkys at 2025-01-21T02:06:20-05:00 Update changelog for 2.10-1 release - - - - - 5 changed files: - CITATION.cff - README.md - debian/changelog - debian/copyright - 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.9 -date-released: 2024-05-09 +version: 2.10 +date-released: 2025-01-18 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.10-SNAPSHOT +mvn versions:set -DnewVersion=2.11-SNAPSHOT ``` Deploy to Sonatype with the following commands, for snapshots and releases respectively: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libeuclid-java (2.10-1) unstable; urgency=medium + + * New upstream version 2.10 + * Update copyright years. + + -- Andrius Merkys <[email protected]> Tue, 21 Jan 2025 02:06:17 -0500 + libeuclid-java (2.9-1) unstable; urgency=medium * New upstream version 2.9 ===================================== debian/copyright ===================================== @@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/BlueObelisk/euclid/issues Source: https://github.com/BlueObelisk/euclid Files: * -Copyright: 1994-2024, Peter Murray-Rust +Copyright: 1994-2025, Peter Murray-Rust License: Apache-2.0 Files: src/main/java/blogspot/* @@ -38,7 +38,7 @@ Copyright: 2024, Egon Willighagen <[email protected]> License: Apache-2.0 Files: debian/* -Copyright: 2019-2024, Andrius Merkys <[email protected]> +Copyright: 2019-2025, Andrius Merkys <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== pom.xml ===================================== @@ -3,7 +3,7 @@ <groupId>org.blueobelisk</groupId> <artifactId>euclid</artifactId> - <version>2.9</version> + <version>2.10</version> <packaging>jar</packaging> <properties> @@ -266,30 +266,30 @@ <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</artifactId> - <version>2.23.1</version> + <version>2.24.3</version> <type>pom</type> </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.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.23.1</version> + <version>2.24.3</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.14.0</version> + <version>3.17.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -300,7 +300,7 @@ <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> - <version>2.12.7</version> + <version>2.13.0</version> </dependency> <dependency> View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/4f08dbf37a4dde5d458a9d6d5d2b31c3671f7a95...7ce76f7ca403b7e1d7d4366f77ad40fe20665858 -- View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/4f08dbf37a4dde5d458a9d6d5d2b31c3671f7a95...7ce76f7ca403b7e1d7d4366f77ad40fe20665858 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

