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 2022/06/18 16:52:28 UTC

[logging-log4j-kotlin] branch master updated (c6e27a3 -> b699bed)

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

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


    from c6e27a3  Merge pull request #24 from apache/dependabot/maven/log4j-api-kotlin/junit-junit-4.13.1
     new 08d3450  Prepare for next release candidate
     new c00c8e2  Upgrade maven-javadoc-plugin
     new b699bed  [maven-release-plugin] prepare release log4j-api-kotlin-1.2.0-rc4

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 log4j-api-kotlin-benchmark/pom.xml | 6 +++---
 log4j-api-kotlin-sample/pom.xml    | 5 ++---
 log4j-api-kotlin/pom.xml           | 5 ++---
 pom.xml                            | 8 ++++----
 4 files changed, 11 insertions(+), 13 deletions(-)


[logging-log4j-kotlin] 01/03: Prepare for next release candidate

Posted by ma...@apache.org.
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 <ma...@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>


[logging-log4j-kotlin] 03/03: [maven-release-plugin] prepare release log4j-api-kotlin-1.2.0-rc4

Posted by ma...@apache.org.
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 b699bed835c83ef675f59f41ca9c3497e28ed3d4
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jun 18 11:52:18 2022 -0500

    [maven-release-plugin] prepare release log4j-api-kotlin-1.2.0-rc4
---
 log4j-api-kotlin-benchmark/pom.xml | 4 ++--
 log4j-api-kotlin-sample/pom.xml    | 4 ++--
 log4j-api-kotlin/pom.xml           | 4 ++--
 pom.xml                            | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/log4j-api-kotlin-benchmark/pom.xml b/log4j-api-kotlin-benchmark/pom.xml
index ff39951..bdd0ccd 100644
--- a/log4j-api-kotlin-benchmark/pom.xml
+++ b/log4j-api-kotlin-benchmark/pom.xml
@@ -20,11 +20,11 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <artifactId>log4j-api-kotlin-benchmark</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <packaging>jar</packaging>
   <name>Apache Log4j Kotlin API Benchmark</name>
   <description>Benchmarking the Log4j Kotlin API</description>
diff --git a/log4j-api-kotlin-sample/pom.xml b/log4j-api-kotlin-sample/pom.xml
index 974cd27..fe151cb 100644
--- a/log4j-api-kotlin-sample/pom.xml
+++ b/log4j-api-kotlin-sample/pom.xml
@@ -20,11 +20,11 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <artifactId>log4j-api-kotlin-sample</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <packaging>jar</packaging>
   <name>Apache Log4j Kotlin API Samples</name>
   <description>Sample usage of the Log4j Kotlin API</description>
diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml
index f349a79..3312f0b 100644
--- a/log4j-api-kotlin/pom.xml
+++ b/log4j-api-kotlin/pom.xml
@@ -20,11 +20,11 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <artifactId>log4j-api-kotlin</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <packaging>jar</packaging>
   <name>Apache Log4j Kotlin API</name>
   <description>Kotlin wrapper for Log4j API</description>
diff --git a/pom.xml b/pom.xml
index c332ce7..d2a0029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-api-kotlin-parent</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <packaging>pom</packaging>
   <name>Apache Log4j Kotlin API Parent</name>
   <description>Apache Log4j Kotlin API parent project</description>
@@ -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>HEAD</tag>
+    <tag>log4j-api-kotlin-1.2.0-rc4</tag>
   </scm>
 
   <distributionManagement>


[logging-log4j-kotlin] 02/03: Upgrade maven-javadoc-plugin

Posted by ma...@apache.org.
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 c00c8e2b0bf92ab7c3761b506a70dcf110e0c91f
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jun 18 11:51:29 2022 -0500

    Upgrade maven-javadoc-plugin
---
 log4j-api-kotlin-benchmark/pom.xml | 2 +-
 log4j-api-kotlin-sample/pom.xml    | 1 -
 log4j-api-kotlin/pom.xml           | 1 -
 pom.xml                            | 2 +-
 4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/log4j-api-kotlin-benchmark/pom.xml b/log4j-api-kotlin-benchmark/pom.xml
index eb68f25..ff39951 100644
--- a/log4j-api-kotlin-benchmark/pom.xml
+++ b/log4j-api-kotlin-benchmark/pom.xml
@@ -21,7 +21,6 @@
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
     <version>1.3.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>log4j-api-kotlin-benchmark</artifactId>
@@ -37,6 +36,7 @@
     <jmh.generator>default</jmh.generator>
     <javac.target>1.8</javac.target>
     <uberjar.name>benchmarks</uberjar.name>
+    <maven.javadoc.skip>true</maven.javadoc.skip>
   </properties>
 
   <dependencies>
diff --git a/log4j-api-kotlin-sample/pom.xml b/log4j-api-kotlin-sample/pom.xml
index dcc5c0f..974cd27 100644
--- a/log4j-api-kotlin-sample/pom.xml
+++ b/log4j-api-kotlin-sample/pom.xml
@@ -21,7 +21,6 @@
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
     <version>1.3.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>log4j-api-kotlin-sample</artifactId>
diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml
index 9f64806..f349a79 100644
--- a/log4j-api-kotlin/pom.xml
+++ b/log4j-api-kotlin/pom.xml
@@ -21,7 +21,6 @@
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
     <version>1.3.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>log4j-api-kotlin</artifactId>
diff --git a/pom.xml b/pom.xml
index 779f435..c332ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <dokka.plugin.version>0.9.17</dokka.plugin.version>
     <bnd.plugin.version>5.2.0</bnd.plugin.version>
     <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
-    <javadoc.plugin.version>2.10.3</javadoc.plugin.version>
+    <javadoc.plugin.version>3.4.0</javadoc.plugin.version>
     <jxr.plugin.version>2.5</jxr.plugin.version>
     <kotlin.version>1.3.72</kotlin.version>
     <kotlinx.coroutines.version>1.3.6</kotlinx.coroutines.version>