You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/09/29 23:32:46 UTC

git commit: Specify profile id for jdk8 profile.

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 <ma...@apache.org>
Authored: Mon Sep 29 16:32:41 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
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>