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 08d3450189a3fc5e0c404b0e97ae853bf9a5fd12 Author: Matt Sicker <mattsic...@apache.org> AuthorDate: Sat Jun 18 11:41:05 2022 -0500 Prepare for next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a136600..779f435 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=logging-log4j-kotlin.git</url> - <tag>log4j-api-kotlin-1.2.0-rc2</tag> + <tag>HEAD</tag> </scm> <distributionManagement> @@ -49,7 +49,7 @@ <properties> <Log4jKotlinVersion>1.2.0</Log4jKotlinVersion> <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> - <Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseKey> + <Log4jReleaseKey>8378BFAAD82FE5AA602AC356031EE010CA15D1EE</Log4jReleaseKey> <changes.plugin.version>2.12</changes.plugin.version> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> <dokka.plugin.version>0.9.17</dokka.plugin.version>