This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit bb68bc47f81f6e4e3dd697704969918d7343fc3b Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Mar 17 17:55:19 2023 +0100 Set the revision to 0.4.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 022fe3c..ebd9971 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ <properties> <!-- project version --> - <revision>0.3.0</revision> + <revision>0.4.0-SNAPSHOT</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.
