Andrius Merkys pushed to branch master at Debian Java Maintainers / libeuclid-java
Commits: 2b8feb8f by Andrius Merkys at 2026-04-14T09:08:08-04:00 New upstream version 2.15 - - - - - 8d0f2f5a by Andrius Merkys at 2026-04-14T09:08:13-04:00 Update upstream source from tag 'upstream/2.15' Update to upstream version '2.15' with Debian dir 60a29156159bd31eb3caa52abac8228b92272ec2 - - - - - 9e0614f8 by Andrius Merkys at 2026-04-14T09:08:43-04:00 Update changelog for 2.15-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.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: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libeuclid-java (2.15-1) unstable; urgency=medium + + * New upstream version 2.15 + + -- Andrius Merkys <[email protected]> Tue, 14 Apr 2026 09:08:40 -0400 + libeuclid-java (2.14-1) unstable; urgency=medium * New upstream version 2.14 ===================================== 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/-/compare/805caae4684ea4565597bbedc227e1e34663935e...9e0614f8d44c0c3df559cf0382a9706e60d5b7bc -- View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/805caae4684ea4565597bbedc227e1e34663935e...9e0614f8d44c0c3df559cf0382a9706e60d5b7bc 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

