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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 98b1bed Use addServiceUses when generating JPMS module info 98b1bed is described below commit 98b1bed0d3ad4b3c9387fcc3dd113d1335313650 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 30 08:29:51 2023 -0400 Use addServiceUses when generating JPMS module info --- pom.xml | 3 +++ src/changes/changes.xml | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ff97917..536acc7 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,7 @@ <commons.scm-publish.version>1.1</commons.scm-publish.version> <commons.buildnumber-plugin.version>3.2.0</commons.buildnumber-plugin.version> <commons.moditect-maven-plugin.version>1.0.0.Final</commons.moditect-maven-plugin.version> + <commons.moditect-maven-plugin.addServiceUses>true</commons.moditect-maven-plugin.addServiceUses> <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version> <commons.junit.version>5.10.0</commons.junit.version> @@ -1913,6 +1914,7 @@ </activation> <properties> <moditect.java.version>9</moditect.java.version> + <commons.moditect-maven-plugin.addServiceUses>true</commons.moditect-maven-plugin.addServiceUses> </properties> <build> <plugins> @@ -1938,6 +1940,7 @@ <module> <moduleInfo> <name>${commons.module.name}</name> + <addServiceUses>${commons.moditect-maven-plugin.addServiceUses}</addServiceUses> </moduleInfo> </module> </configuration> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 812e5a1..938a11b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,12 +60,16 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="61" date="2023-08-26" description="Version 60: Maintenance and update dependencies"> + <release version="62" date="2023-MM-DD" description="Version 62: Maintenance and update dependencies"> <!-- FIX --> - <action type="fix" dev="ggregory" due-to="Gary Gregory">Always use version.maven-source-plugin 3.2.1 (workaround MSOURCES-143).</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Use addServiceUses when generating JPMS module info.</action> <!-- ADD --> <!-- UPDATE --> </release> + <release version="61" date="2023-08-26" description="Version 61: Maintenance and update dependencies"> + <!-- FIX --> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Always use version.maven-source-plugin 3.2.1 (workaround MSOURCES-143).</action> + </release> <release version="60" date="2023-08-20" description="Version 60: Maintenance and update dependencies"> <!-- FIX --> <action type="fix" dev="sjaranowski" due-to="Slawomir Jaranowski">Reuse the parent POM's maven-enforcer-plugin configuration</action>