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:54:20 UTC

[logging-log4j-kotlin] branch master updated: [maven-release-plugin] prepare release log4j-api-kotlin-1.1.0-rc1

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


The following commit(s) were added to refs/heads/master by this push:
     new b4fa4ae  [maven-release-plugin] prepare release log4j-api-kotlin-1.1.0-rc1
b4fa4ae is described below

commit b4fa4ae1ec868febe21e5270a3a95a5c4879b004
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 28 14:54:18 2021 -0500

    [maven-release-plugin] prepare release log4j-api-kotlin-1.1.0-rc1
---
 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 7cd7ad1..1b17053 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.0.2-SNAPSHOT</version>
+    <version>1.1.0</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>log4j-api-kotlin-benchmark</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.1.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 0a865ff..6752117 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.0.2-SNAPSHOT</version>
+    <version>1.1.0</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>log4j-api-kotlin-sample</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.1.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 b21051d..1b45e6e 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.0.2-SNAPSHOT</version>
+    <version>1.1.0</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>log4j-api-kotlin</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.1.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 bf17485..8f1d59a 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.0.2-SNAPSHOT</version>
+  <version>1.1.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>HEAD</tag>
+    <tag>log4j-api-kotlin-1.1.0-rc1</tag>
   </scm>
 
   <distributionManagement>