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 885709e75c11472e98bc98856e87ccb4dbd3590f Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Jul 24 23:10:55 2023 +0200 Set the version to `0.5.0` to fake a release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c80757..79d6c6a 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.
