Repository: logging-log4j2 Updated Branches: refs/heads/master 83f24c091 -> b8a0d9fc1
LOG4J2-2191 Added Multi-Release attribute to log4j-core manifest Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b441aa1f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b441aa1f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b441aa1f Branch: refs/heads/master Commit: b441aa1f5de34c8f6dc679c32f9788dbed1317dd Parents: 46cdb7f Author: rpopma <[email protected]> Authored: Sat Jan 20 02:08:19 2018 +0900 Committer: rpopma <[email protected]> Committed: Sat Jan 20 02:08:19 2018 +0900 ---------------------------------------------------------------------- log4j-core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b441aa1f/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 97a6892..befd65a 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -470,6 +470,7 @@ <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK> <Automatic-Module-Name>org.apache.logging.log4j.core</Automatic-Module-Name> + <Multi-Release>true</Multi-Release> </manifestEntries> </archive> </configuration>
