This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x-java-17 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 70e570f98a3e77277a2a48ff6d2defadd505489c Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Nov 29 16:50:18 2023 +0100 Temporarily change the version to ease local testing --- pom.xml | 2 +- src/site/_constants.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a255d489c0..b1e24c9b37 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,7 @@ <properties> <!-- project version --> - <revision>2.23.0-SNAPSHOT</revision> + <revision>2.23.0-j17-SNAPSHOT</revision> <!-- ================= Common properties diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc index d321d39568..70caeb43b3 100644 --- a/src/site/_constants.adoc +++ b/src/site/_constants.adoc @@ -34,7 +34,7 @@ //// :project-github-url: https://github.com/apache/logging-log4j2 -:project-version: 2.23.0-SNAPSHOT +:project-version: 2.23.0-j17-SNAPSHOT :project-name: Log4j :project-id: log4j :java-target-version: 8
