Repository: logging-log4j2 Updated Branches: refs/heads/master 1bcf0491c -> 71b116fe6
Add note regarding properties and Velocity. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a4932496 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a4932496 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a4932496 Branch: refs/heads/master Commit: a4932496f8821d7f66d61e484a7fa18c5fd36474 Parents: 1bcf049 Author: Matt Sicker <[email protected]> Authored: Sat Aug 30 18:27:32 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Aug 30 18:27:32 2014 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a4932496/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 51d4c2b..63a3b95 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,7 @@ <url>http://www.apache.org</url> </organization> <properties> + <!-- note that any properties you want available in velocity templates must not use periods! --> <slf4j.version>1.7.7</slf4j.version> <logback.version>1.0.13</logback.version> <log4jParentDir>${basedir}</log4jParentDir>
