You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/09/28 10:43:00 UTC

[logging-parent] 02/02: Bump the version to `10.2.0-SNAPSHOT`

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 8735830137d32579f73560494ae9baacee627667
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Sep 28 12:43:29 2023 +0200

    Bump 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 3e6a841..d039cd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>10.1.0</revision>
+    <revision>10.2.0-SNAPSHOT</revision>
 
     <!-- target Java 8 -->
     <maven.compiler.source>8</maven.compiler.source>