This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
The following commit(s) were added to refs/heads/master by this push: new 17d68e7f Normalize attribute order 17d68e7f is described below commit 17d68e7ff20eed57ecdaa010113a9b4f3d46448a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 23 08:07:11 2025 -0400 Normalize attribute order --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b1937746..c37dce13 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,7 +28,7 @@ <!-- ADD --> <action dev="ggregory" type="fix" due-to="Gary Gregory">Add project.build.outputTimestam Maven property to make build reproducible.</action> <!-- FIX --> - <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix Java 17 build.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Java 17 build.</action> <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #137.</action> <action type="fix" dev="ggregory" due-to="strangelookingnerd, Gary Gregory">Migrate tests to JUnit5 #289.</action> <action type="fix" dev="ggregory" due-to="naturzukunft">Fix AbstractDatasetTest #327.</action> @@ -38,7 +38,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/checkout from 2 to 3.1.0 and more #76, #95.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/setup-java from 1.4.0 to 3.6.0 and more #81, #99.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/upload-artifact from 3.1.0 to 3.1.1 and more #100.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump commons.japicmp.version from 0.11.0 to 0.17.1, #111.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.japicmp.version from 0.11.0 to 0.17.1, #111.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JAXB API from 2.3.0 to 2.3.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JAXB Glassfish runtime 2.3.0 to 2.3.6.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.12.0 to 3.16.0 #75.</action>