This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit e12d9606d73532b43e1db9d8319fb146e56bf7fe Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Oct 6 14:00:43 2023 +0200 Set version to `0.6.0-SNAPSHOT` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2ccfda..d7c6264 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <properties> <!-- project version --> - <revision>0.5.0</revision> + <revision>0.6.0-SNAPSHOT</revision> <!-- disable `maven-site-plugin`--> <maven.site.skip>true</maven.site.skip>
