Repository: logging-log4j-audit Updated Branches: refs/heads/master b1900050b -> 8a8f56e9e
[maven-release-plugin] prepare for next development iteration 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/8a8f56e9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/8a8f56e9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/8a8f56e9 Branch: refs/heads/master Commit: 8a8f56e9e0fb7124625dfe0164f44e4451f5c239 Parents: b190005 Author: Ralph Goers <[email protected]> Authored: Sun Jun 10 11:14:23 2018 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jun 10 11:14:23 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/8a8f56e9/log4j-audit-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit-distribution/pom.xml b/log4j-audit-distribution/pom.xml index 3cddb71..5be3383 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</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-audit-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 2982a80..f8fc436 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</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>log4j-audit-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 0f79a20..2082f27 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</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>log4j-audit-maven-plugin</artifactId> <packaging>maven-plugin</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 26609b0..37615c8 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</version> + <version>1.1.0-SNAPSHOT</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</version> + <version>1.1.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/log4j-audit/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit/pom.xml b/log4j-audit/pom.xml index a6c87fc..19a00bc 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</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>log4j-audit</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 79c20a6..4c243c1 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</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>log4j-catalog-api</artifactId> <name>Log4j Catalog API</name> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 6f29b6d..04dce43 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</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>log4j-catalog-editor</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 85a5f66..631d343 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</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/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 f9b2031..9bc07f8 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</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/log4j-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-catalog/pom.xml b/log4j-catalog/pom.xml index 8759d40..cc785c9 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</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Log4j Catalog Parent</name> http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8a8f56e9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4882461..34c9ea8 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</version> + <version>1.1.0-SNAPSHOT</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>log4j-audit-1.0.0-rc1</tag> + <tag>HEAD</tag> </scm> <organization> <name>Apache Software Foundation</name>
