You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/10/18 13:08:01 UTC

[logging-parent] 01/01: Set the version to `10.2.0`

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

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

commit c2cfd52be9eeadaa955d31b493f60e7fdcce2616
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Oct 18 15:07:51 2023 +0200

    Set the version to `10.2.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 7f0228a..0c28299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>10.2.0-SNAPSHOT</revision>
+    <revision>10.2.0</revision>
 
     <!-- target Java 8 -->
     <maven.compiler.source>8</maven.compiler.source>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 5b7f801..c99a1d2 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-SNAPSHOT
+:project-version: 10.2.0
 :project-name: Logging Parent
 :project-id: logging-parent
 :java-target-version: 8