This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release/10.6.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.6.0 by this push:
new f288e1d Set version to `10.6.0`
f288e1d is described below
commit f288e1d15044fec0b5df0d8e8dd91ad96968d1bb
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 8d88336..a59509a 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.