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-jmx-gui.git
commit aa1d17d55dcd80e168ad47eb5adec6cad3ed0659 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Nov 20 09:42:01 2023 +0100 Set version to `2.23.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 664ce64..b520d0c 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ <properties> <!-- project version --> - <revision>2.22.0</revision> + <revision>2.23.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 cb50e75..09d5775 100644 --- a/src/site/_constants.adoc +++ b/src/site/_constants.adoc @@ -34,7 +34,7 @@ //// :project-github-url: https://github.com/apache/logging-log4j-jmx-gui -:project-version: 2.22.0 +:project-version: 2.23.0-SNAPSHOT :project-name: Log4j JMX GUI :project-id: log4j-jmx-gui :java-target-version: 8
