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-scala.git
commit 836f5b8a56cc421ef849cce259485d3e682894fb Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Oct 13 14:01:42 2023 +0200 Set the version to `13.1.0-SNAPSHOT` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1fbb0c4..d54ea4f 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <properties> <!-- project version --> - <revision>13.0.0</revision> + <revision>13.1.0-SNAPSHOT</revision> <!-- javac version (should work with the minimum `scala.version`!) --> <minimalJavaBuildVersion>[17,18)</minimalJavaBuildVersion>
