Repository: logging-log4j-audit Updated Branches: refs/heads/master 814de7b2f -> d6fdefffd
[maven-release-plugin] prepare release log4j-audit-1.0.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/d6fdefff Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/d6fdefff Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/d6fdefff Branch: refs/heads/master Commit: d6fdefffdf49177c7a2d75c637d666bc598f33bf Parents: 814de7b Author: Ralph Goers <[email protected]> Authored: Sun Jun 10 10:43:32 2018 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jun 10 10:43:32 2018 -0700 ---------------------------------------------------------------------- log4j-audit-distribution/pom.xml | 2 +- log4j-audit/log4j-audit-api/pom.xml | 2 +- log4j-audit/log4j-audit-maven-plugin/pom.xml | 2 +- log4j-audit/log4j-audit-war/pom.xml | 4 ++-- log4j-audit/pom.xml | 2 +- log4j-catalog/log4j-catalog-api/pom.xml | 2 +- log4j-catalog/log4j-catalog-editor/pom.xml | 2 +- log4j-catalog/log4j-catalog-git/pom.xml | 2 +- log4j-catalog/log4j-catalog-jpa/pom.xml | 2 +- log4j-catalog/pom.xml | 4 ++-- pom.xml | 4 ++-- 11 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-audit-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit-distribution/pom.xml b/log4j-audit-distribution/pom.xml index e959838..3cddb71 100644 --- a/log4j-audit-distribution/pom.xml +++ b/log4j-audit-distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-audit-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-audit-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-audit/log4j-audit-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit/log4j-audit-api/pom.xml b/log4j-audit/log4j-audit-api/pom.xml index d2f218c..2982a80 100644 --- a/log4j-audit/log4j-audit-api/pom.xml +++ b/log4j-audit/log4j-audit-api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-audit</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>log4j-audit-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-audit/log4j-audit-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit/log4j-audit-maven-plugin/pom.xml b/log4j-audit/log4j-audit-maven-plugin/pom.xml index 0a28b28..0f79a20 100644 --- a/log4j-audit/log4j-audit-maven-plugin/pom.xml +++ b/log4j-audit/log4j-audit-maven-plugin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-audit</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>log4j-audit-maven-plugin</artifactId> <packaging>maven-plugin</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-audit/log4j-audit-war/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit/log4j-audit-war/pom.xml b/log4j-audit/log4j-audit-war/pom.xml index 0c199d5..26609b0 100644 --- a/log4j-audit/log4j-audit-war/pom.xml +++ b/log4j-audit/log4j-audit-war/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-audit</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>log4j-audit-war</artifactId> <packaging>war</packaging> @@ -172,7 +172,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog-git</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-audit/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit/pom.xml b/log4j-audit/pom.xml index 4946203..a6c87fc 100644 --- a/log4j-audit/pom.xml +++ b/log4j-audit/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-audit-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>log4j-audit</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-catalog/log4j-catalog-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-catalog/log4j-catalog-api/pom.xml b/log4j-catalog/log4j-catalog-api/pom.xml index 35616c0..79c20a6 100644 --- a/log4j-catalog/log4j-catalog-api/pom.xml +++ b/log4j-catalog/log4j-catalog-api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>log4j-catalog-api</artifactId> <name>Log4j Catalog API</name> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-catalog/log4j-catalog-editor/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-catalog/log4j-catalog-editor/pom.xml b/log4j-catalog/log4j-catalog-editor/pom.xml index 3503c76..6f29b6d 100644 --- a/log4j-catalog/log4j-catalog-editor/pom.xml +++ b/log4j-catalog/log4j-catalog-editor/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>log4j-catalog-editor</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-catalog/log4j-catalog-git/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-catalog/log4j-catalog-git/pom.xml b/log4j-catalog/log4j-catalog-git/pom.xml index 9291a3c..85a5f66 100644 --- a/log4j-catalog/log4j-catalog-git/pom.xml +++ b/log4j-catalog/log4j-catalog-git/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-catalog/log4j-catalog-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-catalog/log4j-catalog-jpa/pom.xml b/log4j-catalog/log4j-catalog-jpa/pom.xml index 1959ffd..f9b2031 100644 --- a/log4j-catalog/log4j-catalog-jpa/pom.xml +++ b/log4j-catalog/log4j-catalog-jpa/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/log4j-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-catalog/pom.xml b/log4j-catalog/pom.xml index 9458b0c..8759d40 100644 --- a/log4j-catalog/pom.xml +++ b/log4j-catalog/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-audit-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Log4j Catalog Parent</name> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d6fdefff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2998064..4882461 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <artifactId>log4j-audit-parent</artifactId> <packaging>pom</packaging> <name>Apache Log4j Audit</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -98,7 +98,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j-audit.git;a=summary</url> - <tag>HEAD</tag> + <tag>log4j-audit-1.0.0-rc1</tag> </scm> <organization> <name>Apache Software Foundation</name>
