Repository: logging-log4j-kotlin Updated Branches: refs/heads/master 9027b0535 -> 4488ab389
[maven-release-plugin] prepare release log4j-api-kotlin-1.0.0-rc2 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/4488ab38 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/4488ab38 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/4488ab38 Branch: refs/heads/master Commit: 4488ab3896c4f4b41c91dc5a0c5d500c58b57ad0 Parents: 9027b05 Author: Matt Sicker <[email protected]> Authored: Sat Nov 3 12:27:50 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Nov 3 12:27:50 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/4488ab38/log4j-api-kotlin-sample/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin-sample/pom.xml b/log4j-api-kotlin-sample/pom.xml index c1d2098..975096a 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.1-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api-kotlin-sample</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</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/4488ab38/log4j-api-kotlin/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml index 7982c20..efd2368 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.1-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api-kotlin</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</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/4488ab38/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 13ed06a..a43d1a4 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.1-SNAPSHOT</version> + <version>1.0.0</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>HEAD</tag> + <tag>log4j-api-kotlin-1.0.0-rc2</tag> </scm> <distributionManagement>
