Repository: logging-log4j-kotlin Updated Branches: refs/heads/master b22663f66 -> 0dafd2e7d
[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/0dafd2e7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/0dafd2e7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/0dafd2e7 Branch: refs/heads/master Commit: 0dafd2e7d089b8dd17c8996887d15b125147396e Parents: b22663f Author: Matt Sicker <[email protected]> Authored: Sat Nov 3 15:04:45 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Nov 3 15:04:45 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/0dafd2e7/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/0dafd2e7/log4j-api-kotlin/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml index a857a57..b777302 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/0dafd2e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87046ad..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-rc3</tag> + <tag>HEAD</tag> </scm> <distributionManagement>
