Repository: logging-log4j2 Updated Branches: refs/heads/master 103e15820 -> 0c0e52ebd
Specify profile id for jdk8 profile. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0c0e52eb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0c0e52eb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0c0e52eb Branch: refs/heads/master Commit: 0c0e52ebdcca2ca924396e0ec0981052ef5ceee9 Parents: 103e158 Author: Matt Sicker <[email protected]> Authored: Mon Sep 29 16:32:41 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Mon Sep 29 16:32:41 2014 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0c0e52eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f729941..d107f17 100644 --- a/pom.xml +++ b/pom.xml @@ -1281,6 +1281,7 @@ </build> </profile> <profile> + <id>jdk8</id> <activation> <jdk>[1.8,)</jdk> </activation>
