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 8fdfb9e12b77220f2f43231eff0dd4cac3e6507e Author: Matt Sicker <boa...@gmail.com> AuthorDate: Mon Dec 13 23:10:39 2021 -0600 Prepare for 1.2.0 release and update log4j --- pom.xml | 4 ++-- src/changes/announcement.vm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index efc1d3c..520d462 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ </distributionManagement> <properties> - <Log4jKotlinVersion>1.1.0</Log4jKotlinVersion> + <Log4jKotlinVersion>1.2.0</Log4jKotlinVersion> <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> <Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseKey> <changes.plugin.version>2.12</changes.plugin.version> @@ -60,7 +60,7 @@ <jxr.plugin.version>2.5</jxr.plugin.version> <kotlin.version>1.3.72</kotlin.version> <kotlinx.coroutines.version>1.3.6</kotlinx.coroutines.version> - <log4j.version>2.15.0</log4j.version> + <log4j.version>2.16.0</log4j.version> <pmd.plugin.version>3.8</pmd.plugin.version> <rat.plugin.version>0.12</rat.plugin.version> <site.plugin.version>3.4</site.plugin.version> diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm index 1d11b6a..5a14cdf 100644 --- a/src/changes/announcement.vm +++ b/src/changes/announcement.vm @@ -82,9 +82,9 @@ Changes in this version include: #end --- -Apache Log4j Audit ${relVersion} requires a minimum of Java 8 to build and run. +Apache Log4j Kotlin API ${relVersion} requires a minimum of Java 8 to build and run. For complete information on ${project.name}, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache ${project.name} website: -${project.url} \ No newline at end of file +${project.url}