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-tools.git

commit 95e99f835ffd8c0cc67a442153e787d59e4e8ba0
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 20 10:06:39 2023 +0100

    Set version to `0.7.0-SNAPSHOT`
---
 pom.xml                  | 2 +-
 src/site/_constants.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22d33b1..f339d88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>0.6.0</revision>
+    <revision>0.7.0-SNAPSHOT</revision>
 
     <!-- `project.build.outputTimestamp` is required to be present for 
reproducible builds.
          We actually inherit one from the `org.apache:apache` through our 
parent `org.apache.logging:logging-parent`.
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 0fe2d10..2124b18 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
 ////
 
 :project-github-url: https://github.com/apache/logging-log4j-tools
-:project-version: 0.6.0
+:project-version: 0.7.0-SNAPSHOT
 :project-name: Log4j Tools
 :project-id: log4j-tools
 :java-target-version: 8

Reply via email to