This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.4.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit da3fdfbfec108735507a3e28b23336147c4ce9b8 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Nov 13 21:36:11 2023 +0100 Set the version to `10.4.0` --- pom.xml | 2 +- src/site/_constants.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 26093c8..fced422 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ <properties> <!-- project version --> - <revision>10.4.0-SNAPSHOT</revision> + <revision>10.4.0</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 9c0ee1c..49b3d45 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-SNAPSHOT +:project-version: 10.4.0 :project-name: Logging Parent :project-id: logging-parent :java-target-version: 8
