You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/12/31 12:27:33 UTC

[myfaces-tobago] branch master updated: TOBAGO-1836: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 113a85b  TOBAGO-1836: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
113a85b is described below

commit 113a85b05c976cc5b05dbec5a16da070b0766c8e
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sun Dec 31 13:27:08 2017 +0100

    TOBAGO-1836: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
---
 tobago-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index 7a900b8..9486553 100644
--- a/tobago-core/pom.xml
+++ b/tobago-core/pom.xml
@@ -98,6 +98,7 @@
             </manifest>
             <manifestEntries>
               <Revision>${scm.revision}</Revision>
+              <Automatic-Module-Name>${project.groupId}</Automatic-Module-Name>
             </manifestEntries>
             <manifestSections>
               <manifestSection>

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].