You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/01/07 17:08:28 UTC

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

Repository: commons-io
Updated Branches:
  refs/heads/master f42a7b9cb -> 9310cd69b


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

remove outdated and no longer correct comment about Automatic-Module-Name being implemented in Parent POM


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/9310cd69
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/9310cd69
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/9310cd69

Branch: refs/heads/master
Commit: 9310cd69b9b79add598b02b0b19066ec90bde64b
Parents: f42a7b9
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Jan 7 18:08:15 2018 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Jan 7 18:08:15 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-io/blob/9310cd69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ce7d61b..78897f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,11 +291,10 @@ file comparators, endian transformation classes, and much more.
             </goals>
           </execution>
         </executions>
-        <!-- Temporary fix for IO-551, remove this after this has implemented in parent pom -->
         <configuration>
           <archive combine.children="append">
             <manifestEntries>
-              <Automatic-Module-Name>org.apache.commons.io</Automatic-Module-Name>
+              <Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
             </manifestEntries>
           </archive>
         </configuration>