Repository: logging-log4j-kotlin Updated Branches: refs/heads/master 4488ab389 -> 5f3a09a72
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/5f3a09a7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/5f3a09a7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/5f3a09a7 Branch: refs/heads/master Commit: 5f3a09a72a33220a45487bbac5d663197524daa8 Parents: 4488ab3 Author: Matt Sicker <[email protected]> Authored: Sat Nov 3 12:28:06 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Nov 3 12:28:06 2018 -0500 ---------------------------------------------------------------------- log4j-api-kotlin-sample/pom.xml | 4 ++-- log4j-api-kotlin/pom.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/5f3a09a7/log4j-api-kotlin-sample/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin-sample/pom.xml b/log4j-api-kotlin-sample/pom.xml index 975096a..c1d2098 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.0</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api-kotlin-sample</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Log4j Kotlin API Samples</name> <description>Sample usage of the Log4j Kotlin API</description> http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/5f3a09a7/log4j-api-kotlin/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml index efd2368..7982c20 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.0</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api-kotlin</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Log4j Kotlin API</name> <description>Kotlin wrapper for Log4j API</description> http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/5f3a09a7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a43d1a4..13ed06a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api-kotlin-parent</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</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:http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j-kotlin.git;a=summary</url> - <tag>log4j-api-kotlin-1.0.0-rc2</tag> + <tag>HEAD</tag> </scm> <distributionManagement>
