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 7be1b79 [maven-release-plugin] prepare for next development iteration
7be1b79 is described below
commit 7be1b7997daf6b00ff5a8ae4ecda911e0e87cc3c
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Dec 19 16:43:57 2021 -0600
[maven-release-plugin] prepare for next development iteration
---
log4j-api-kotlin-benchmark/pom.xml | 4 ++--
log4j-api-kotlin-sample/pom.xml | 4 ++--
log4j-api-kotlin/pom.xml | 4 ++--
pom.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/log4j-api-kotlin-benchmark/pom.xml
b/log4j-api-kotlin-benchmark/pom.xml
index 4b083c3..eb68f25 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.2.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>log4j-api-kotlin-benchmark</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0-SNAPSHOT</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 6009437..dcc5c0f 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.2.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>log4j-api-kotlin-sample</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0-SNAPSHOT</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 a5d576b..e201ffe 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.2.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>log4j-api-kotlin</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0-SNAPSHOT</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 c39a135..af16619 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.2.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Log4j Kotlin API Parent</name>
<description>Apache Log4j Kotlin API parent project</description>