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-parent.git
commit 22f173dc4948e905da3c3810b5496fb9d2a1edc0 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Oct 3 09:04:51 2023 +0200 Set the version to `10.2.0-SNAPSHOT` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eff4c36..bfb6fd5 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ <properties> <!-- project version --> - <revision>10.1.1</revision> + <revision>10.2.0-SNAPSHOT</revision> <!-- target Java 8 --> <maven.compiler.source>8</maven.compiler.source>
