Skip to content

Commit 9310cd6

Browse files
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
1 parent f42a7b9 commit 9310cd6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,10 @@ file comparators, endian transformation classes, and much more.
291291
</goals>
292292
</execution>
293293
</executions>
294-
<!-- Temporary fix for IO-551, remove this after this has implemented in parent pom -->
295294
<configuration>
296295
<archive combine.children="append">
297296
<manifestEntries>
298-
<Automatic-Module-Name>org.apache.commons.io</Automatic-Module-Name>
297+
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
299298
</manifestEntries>
300299
</archive>
301300
</configuration>

0 commit comments

Comments
 (0)