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/12/19 22:43:53 UTC

[logging-log4j-kotlin] branch master updated (cc233aa -> fae26f5)

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 cc233aa  [maven-release-plugin] prepare for next development iteration
     new c9bb2f8  Remove outdated travis config
     new fae26f5  [maven-release-plugin] prepare release log4j-api-kotlin-1.2.0-rc2

The 2 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:
 .travis.yml                        | 3 ---
 log4j-api-kotlin-benchmark/pom.xml | 4 ++--
 log4j-api-kotlin-sample/pom.xml    | 4 ++--
 log4j-api-kotlin/pom.xml           | 4 ++--
 pom.xml                            | 4 ++--
 5 files changed, 8 insertions(+), 11 deletions(-)
 delete mode 100644 .travis.yml

[logging-log4j-kotlin] 01/02: Remove outdated travis config

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 c9bb2f806dde67fed4a944799f0a222abc34bf3d
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Dec 19 16:19:09 2021 -0600

    Remove outdated travis config
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index b179f30..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-language: java
-jdk:
-  - openjdk8

[logging-log4j-kotlin] 02/02: [maven-release-plugin] prepare release log4j-api-kotlin-1.2.0-rc2

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 fae26f5f6990cbfaf0a40f82f4e1226266a0b2c0
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Dec 19 16:43:51 2021 -0600

    [maven-release-plugin] prepare release log4j-api-kotlin-1.2.0-rc2
---
 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 eb68f25..4b083c3 100644
--- a/log4j-api-kotlin-benchmark/pom.xml
+++ b/log4j-api-kotlin-benchmark/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../</relativePath>
   </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 dcc5c0f..6009437 100644
--- a/log4j-api-kotlin-sample/pom.xml
+++ b/log4j-api-kotlin-sample/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../</relativePath>
   </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 e201ffe..a5d576b 100644
--- a/log4j-api-kotlin/pom.xml
+++ b/log4j-api-kotlin/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../</relativePath>
   </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 44d2846..c39a135 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>
@@ -37,7 +37,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-rc1</tag>
+    <tag>log4j-api-kotlin-1.2.0-rc2</tag>
   </scm>
 
   <distributionManagement>