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 1740150 Add commons.conf.dir property defaulting to src/conf 1740150 is described below commit 174015032ceb134caacaaf4cee18b700a5307662 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Sep 19 11:27:26 2023 -0400 Add commons.conf.dir property defaulting to src/conf --- pom.xml | 1 + src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 48568f4..d2b5fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -340,6 +340,7 @@ <!-- Commons Release plugin: release manager --> <commons.releaseManagerName>${user.name}</commons.releaseManagerName> <commons.releaseManagerKey>DEADBEEF</commons.releaseManagerKey> + <commons.conf.dir>src/conf</commons.conf.dir> <sonar.host.url>https://analysis.apache.org/</sonar.host.url> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 22b7743..d91e055 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="63" date="2023-MM-DD" description="Version 63: Maintenance and update dependencies"> <!-- FIX --> <!-- ADD --> + <action type="add" dev="ggregory" due-to="Dependabot">Add commons.conf.dir property defaulting to src/conf.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump GitHub actions.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.17.2 to 0.17.3 #302.</action>