This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/0.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 746a12e2a1ef4019a4302692453c285ad43cda17 Author: Volkan Yazıcı <[email protected]> AuthorDate: Sun Sep 3 20:53:17 2023 +0200 Bump the version to `0.5.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cccbfc9..33a7d13 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ <properties> <!-- project version --> - <revision>0.5.0-SNAPSHOT</revision> + <revision>0.5.0</revision> <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which is the parent of `org.apache.logging:logging-parent`, which is the parent of us. `minimalJavaBuildVersion` is used for enforcing the compiler version.
