Andrius Merkys pushed to branch master at Debian Java Maintainers / cmlxom
Commits: 27f6fd85 by Andrius Merkys at 2022-01-02T02:15:06-05:00 New upstream version 3.5 - - - - - b6cd60d0 by Andrius Merkys at 2022-01-02T02:15:09-05:00 Update upstream source from tag 'upstream/3.5' Update to upstream version '3.5' with Debian dir 600f47cb2ca9b014eb6d2842e3939b37f4ccb58d - - - - - 46df2a93 by Andrius Merkys at 2022-01-02T02:16:14-05:00 Bumping copyright years. - - - - - b5479a6c by Andrius Merkys at 2022-01-02T02:16:40-05:00 Update changelog for 3.5-1 release - - - - - 3 changed files: - debian/changelog - debian/copyright - pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +cmlxom (3.5-1) unstable; urgency=medium + + * New upstream version 3.5 + * Bumping copyright years. + + -- Andrius Merkys <[email protected]> Sun, 02 Jan 2022 02:16:25 -0500 + cmlxom (3.3-1) unstable; urgency=medium * New upstream version 3.3 ===================================== debian/copyright ===================================== @@ -10,7 +10,7 @@ Copyright: 1994-2019, Peter Murray-Rust License: Apache-2.0 Files: debian/* -Copyright: 2019-2020, Andrius Merkys <[email protected]> +Copyright: 2019-2022, Andrius Merkys <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== pom.xml ===================================== @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.blueobelisk</groupId> <artifactId>cmlxom</artifactId> - <version>3.3</version> + <version>3.5</version> <packaging>jar</packaging> <name>CMLXOM</name> <description>A Java library for processing CML</description> @@ -18,6 +18,11 @@ </license> </licenses> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + </properties> + <scm> <url>https://github.com/BlueObelisk/cmlxom</url> <connection>scm:git:git://github.com/blueobelisk/cmlxom.git</connection> @@ -301,7 +306,7 @@ <dependency> <groupId>org.blueobelisk</groupId> <artifactId>euclid</artifactId> - <version>1.4</version> + <version>1.6</version> </dependency> <dependency> View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/ef501866515a342bf6790f5a755a45be8135e961...b5479a6cff00abf843577344fc1526c08f2f42ba -- View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/ef501866515a342bf6790f5a755a45be8135e961...b5479a6cff00abf843577344fc1526c08f2f42ba 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

