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 d088427fc130755b693ec8729f00f1249701556f Author: Volkan Yazıcı <[email protected]> AuthorDate: Sun Jan 8 20:13:03 2023 +0100 Set `revision` back to 0.1.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 400c3af..c7c76fa 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ <properties> <!-- project version --> - <revision>0.1.0</revision> + <revision>0.1.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.
