This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit a5b2f34679d7e7b9c14cc29c242b5a91b0817d9a Author: ASF Logging Services RM <[email protected]> AuthorDate: Thu Jan 11 10:06:16 2024 +0000 Set version to `10.6.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9b392c..9d2fd7c 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ <properties> <!-- project version --> - <revision>10.6.0-SNAPSHOT</revision> + <revision>10.6.0</revision> <!-- `project.build.outputTimestamp` is required to be present for reproducible builds. We actually inherit one from the `org.apache:apache` parent.
