Fix configuration for maven changes plugin update.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bc4b92c4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bc4b92c4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bc4b92c4 Branch: refs/heads/master Commit: bc4b92c43c70187f9c1881c7a62475b931639131 Parents: e981621 Author: Matt Sicker <[email protected]> Authored: Sat Oct 4 00:36:41 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Oct 4 09:38:50 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bc4b92c4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ddb0923..f50d160 100644 --- a/pom.xml +++ b/pom.xml @@ -1137,7 +1137,7 @@ <template>announcement.vm</template> <templateDirectory>src/changes</templateDirectory> <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> - <outputDirectory>.</outputDirectory> + <announcementDirectory>.</announcementDirectory> <announcementFile>RELEASE-NOTES.txt</announcementFile> <issueManagementSystems> <issueManagementSystem>changes.xml</issueManagementSystem>
