Repository: commons-lang
Updated Branches:
  refs/heads/master 066665ea6 -> 30dcb8de4


pom.xml: use commons.module.name property as Automatic-Module-Name


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/30dcb8de
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/30dcb8de
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/30dcb8de

Branch: refs/heads/master
Commit: 30dcb8de48393338deca5bfe68f251008f4d31d0
Parents: 066665e
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Jan 7 18:13:07 2018 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Jan 7 18:13:07 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/30dcb8de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ab66a99..5c3b0dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -657,7 +657,7 @@
         <configuration>
           <archive combine.children="append">
             <manifestEntries>
-              
<Automatic-Module-Name>org.apache.commons.lang3</Automatic-Module-Name>
+              
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
             </manifestEntries>
           </archive>
         </configuration>

Reply via email to