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 97b2aad056827defda2ead8d5650c1e9f403bba0
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Nov 14 22:23:34 2023 +0100

    Set the version to `10.5.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 c6a6821..74e7947 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>10.4.0</revision>
+    <revision>10.5.0-SNAPSHOT</revision>
 
     <!-- `project.build.outputTimestamp` is required to be present for 
reproducible builds.
          We actually inherit one from the `org.apache:apache` parent.
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 49b3d45..f2a67c3 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
 ////
 
 :project-github-url: https://github.com/apache/logging-parent
-:project-version: 10.4.0
+:project-version: 10.5.0-SNAPSHOT
 :project-name: Logging Parent
 :project-id: logging-parent
 :java-target-version: 8

Reply via email to