This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push: new 7826fd1 Added Automatic-Module-Name to support JPMS #31. 7826fd1 is described below commit 7826fd1636062f015e1b76bfba57568826595449 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 4 13:49:37 2020 -0400 Added Automatic-Module-Name to support JPMS #31. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6532653..a1d6ed7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" issue="POOL-384" type="update" due-to="Gary Gregory"> Update optional library org.ow2.asm:asm-util from 7.2 to 8.0.1. </action> + <action dev="ggregory" type="add" due-to="scholzi100"> + Added Automatic-Module-Name to support JPMS #31. + </action> </release> <release version="2.8.0" date="2019-12-05" description="This is a maintenance release (Java 8)."> <action dev="ggregory" issue="POOL-374" type="fix" due-to="Gary Gregory, Phil Steitz">