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 8c841b6ec2081ec7b5fa46290c684ba55beeca37 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Oct 19 16:07:46 2023 +0200 Set version to `10.3.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 326f64a..1a282f7 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ <properties> <!-- project version --> - <revision>10.2.0</revision> + <revision>10.3.0-SNAPSHOT</revision> <!-- target Java 8 --> <maven.compiler.source>8</maven.compiler.source> diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc index c99a1d2..2c96ee7 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.2.0 +:project-version: 10.3.0-SNAPSHOT :project-name: Logging Parent :project-id: logging-parent :java-target-version: 8
