Repository: commons-text Updated Branches: refs/heads/master 464775eae -> a2da5d6a0
TEXT-110: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a2da5d6a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a2da5d6a Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/a2da5d6a Branch: refs/heads/master Commit: a2da5d6a0d75d6a401399f1d2983ffe64d5a3dd6 Parents: 464775e Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 11:33:55 2018 +0100 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Sun Jan 7 11:33:55 2018 +0100 ---------------------------------------------------------------------- pom.xml | 7 +++++++ src/changes/changes.xml | 1 + 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/a2da5d6a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ee656b1..2fc4d37 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,13 @@ </goals> </execution> </executions> + <configuration> + <archive combine.children="append"> + <manifestEntries> + <Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name> + </manifestEntries> + </archive> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/commons-text/blob/a2da5d6a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 352bd77..3396ebf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.3" date="YYYY-MM-DD" description="Release 1.3"> + <action issue="TEXT-110" type="fix" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action> <action issue="TEXT-70" type="fix" dev="pschumacher">Build failure with java 9-ea+159</action> </release>