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 9730fc9a7227e027abd1b585ef73c5c3bc179c7c Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Mar 22 17:50:55 2024 +0100 Set the version to `0.9.0-SNAPSHOT` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aead5b2..317ee8c 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ <properties> <!-- project version --> - <revision>0.8.0</revision> + <revision>0.9.0-SNAPSHOT</revision> <!-- `project.build.outputTimestamp` is required to be present for reproducible builds. We actually inherit one from the `org.apache:apache` through our parent `org.apache.logging:logging-parent`.
