Andrius Merkys pushed to branch upstream at Debian Java Maintainers / libeuclid-java
Commits: 2b8feb8f by Andrius Merkys at 2026-04-14T09:08:08-04:00 New upstream version 2.15 - - - - - 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.14 -date-released: 2025-12-20 +version: 2.15 +date-released: 2026-04-11 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.15-SNAPSHOT +mvn versions:set -DnewVersion=2.16-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.14</version> + <version>2.15</version> <packaging>jar</packaging> <properties> @@ -272,18 +272,18 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.25.3</version> + <version>2.25.4</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> - <version>2.25.3</version> + <version>2.25.4</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.25.3</version> + <version>2.25.4</version> </dependency> <dependency> @@ -300,13 +300,13 @@ <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> - <version>2.14.0</version> + <version>2.14.1</version> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> - <version>1.3.9</version> + <version>1.4.0</version> <exclusions> <exclusion> <groupId>xerces</groupId> View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/2b8feb8faabd67c25e1b16c1e41959174b854952 -- View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/2b8feb8faabd67c25e1b16c1e41959174b854952 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

