This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.0.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 746225ee5a395c0de3a773b8cc9a03e96d1d687b Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 10:38:35 2023 +0200 Bump version to `1.10.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4679f94..8d8b8fb 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <properties> <!-- project version --> - <revision>1.10.0-SNAPSHOT</revision> + <revision>1.10.0</revision> <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which is the parent of us. `minimalJavaBuildVersion` is used for enforcing the compiler version.
