You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/08/28 19:52:45 UTC

[logging-log4j-kotlin] 02/02: Prepare for 1.1.0 release

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git

commit 15375640273df192dc47fe43aa011e7ec886297e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 28 14:52:16 2021 -0500

    Prepare for 1.1.0 release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26d7d5e..bf17485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
   </distributionManagement>
 
   <properties>
-    <Log4jKotlinVersion>1.0.1</Log4jKotlinVersion>
+    <Log4jKotlinVersion>1.1.0</Log4jKotlinVersion>
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseKey>
     <changes.plugin.version>2.12</changes.plugin.version>