This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/1.3.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
The following commit(s) were added to refs/heads/release/1.3.0 by this push:
new 22419fc Set the version to `1.3.0`
22419fc is described below
commit 22419fce069b71cf3f10d61385f9392ad42b3f5b
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 28 14:46:13 2023 +0200
Set the version to `1.3.0`
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d9d27e2..f442eb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<properties>
<!-- project version -->
- <revision>1.3.0-SNAPSHOT</revision>
+ <revision>1.3.0</revision>
<!-- disable `maven-site-plugin`-->
<maven.site.skip>true</maven.site.skip>