This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 0.3.x in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit a3f0886a272611ade333e53be16dacdc9a495eb2 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Oct 16 20:37:19 2024 +0200 Bump version to `0.3.0-SNAPSHOT` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a55f93c..66bf836 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ <properties> <!-- project version --> - <revision>0.2.0-SNAPSHOT</revision> + <revision>0.3.0-SNAPSHOT</revision> <!-- disable `maven-site-plugin`--> <maven.site.skip>true</maven.site.skip>
