This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/10.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 3443f16e8cad2a9164c373623e7d54c45c5d528e
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 27 16:55:38 2023 +0200

    Remove unused AsciiDoc properties
---
 src/site/_constants.adoc      | 1 -
 src/site/_constants.tmpl.adoc | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index adfc2c9..49c10d5 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -35,7 +35,6 @@
 
 :project-github-url: https://github.com/apache/logging-parent
 :project-version: 10.1.0
-:project-version-major: 10
 :project-name: Logging Parent
 :project-id: logging-parent
 :java-target-version: 8
diff --git a/src/site/_constants.tmpl.adoc b/src/site/_constants.tmpl.adoc
index 2609b6f..6e88ae8 100644
--- a/src/site/_constants.tmpl.adoc
+++ b/src/site/_constants.tmpl.adoc
@@ -35,7 +35,6 @@
 
 :project-github-url: ${scm.url}
 :project-version: ${project.version}
-:project-version-major: ${parsedVersion.majorVersion}
 :project-name: Logging Parent
 :project-id: logging-parent
 :java-target-version: ${maven.compiler.target}

Reply via email to