You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/09/13 07:35:42 UTC

[logging-log4j-transform] branch release/0.2.0 updated: Set version to `0.2.0`

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

github-bot pushed a commit to branch release/0.2.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


The following commit(s) were added to refs/heads/release/0.2.0 by this push:
     new 9f739a4  Set version to `0.2.0`
9f739a4 is described below

commit 9f739a4120438d7104212082e2d7c76bdd8d681f
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Wed Sep 13 07:35:38 2023 +0000

    Set version to `0.2.0`
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 745af60..f6dcc6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>0.2.0-SNAPSHOT</revision>
+    <revision>0.2.0</revision>
 
     <!-- disable `maven-site-plugin`-->
     <maven.site.skip>true</maven.site.skip>