Repository: logging-log4j-kotlin Updated Branches: refs/heads/master ed93507b9 -> 247c0c105
[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/247c0c10 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/247c0c10 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/247c0c10 Branch: refs/heads/master Commit: 247c0c1057705675d4a412be7e19e102e00cf4cd Parents: ed93507 Author: Matt Sicker <[email protected]> Authored: Sat Jul 7 13:47:06 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Jul 7 13:47: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/247c0c10/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/247c0c10/log4j-api-kotlin/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml index 3cf9370..78b42be 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/247c0c10/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a0709b8..e1e6a8e 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-rc1</tag> + <tag>HEAD</tag> </scm> <distributionManagement>
