Andrius Merkys pushed to branch upstream at Debian Java Maintainers / libeuclid-java
Commits: 57eea436 by Andrius Merkys at 2025-01-21T02:05:27-05:00 New upstream version 2.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: 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: ===================================== 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/-/commit/57eea43682a37432dbdb2bf571dcba1b6a2438c9 -- View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/57eea43682a37432dbdb2bf571dcba1b6a2438c9 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

