This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/1.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit 3c702ae5cf04bbd61400bc1429ef66398bdda25c Author: Volkan Yazıcı <[email protected]> AuthorDate: Sat Aug 3 10:19:37 2024 +0200 Set version to `1.5.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e16bed..03c95e7 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <properties> <!-- project version --> - <revision>1.5.0-SNAPSHOT</revision> + <revision>1.5.0</revision> <!-- `project.build.outputTimestamp` is required to be present for reproducible builds. We actually inherit one from the `org.apache:apache` through our parent `org.apache.logging:logging-parent`.
