Repository: logging-log4j-audit Updated Branches: refs/heads/master 7339eae97 -> 814de7b2f
Fix parent reference 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/814de7b2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/814de7b2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/814de7b2 Branch: refs/heads/master Commit: 814de7b2fdfbfbbd2eb00ea7dc1071c3a71e3f7a Parents: 7339eae Author: Ralph Goers <[email protected]> Authored: Sun Jun 10 10:41:47 2018 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jun 10 10:41:47 2018 -0700 ---------------------------------------------------------------------- log4j-audit-distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/814de7b2/log4j-audit-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-audit-distribution/pom.xml b/log4j-audit-distribution/pom.xml index 0b69e24..e959838 100644 --- a/log4j-audit-distribution/pom.xml +++ b/log4j-audit-distribution/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-audit</artifactId> + <artifactId>log4j-audit-parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent>
