This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push: new 15167c7 Remove `build` in `flatten-bom` configuration 15167c7 is described below commit 15167c72db3bfa2f7f92f4431e7b07961b7f0e18 Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Thu Oct 5 11:32:59 2023 +0200 Remove `build` in `flatten-bom` configuration --- pom.xml | 1 + src/changelog/.10.x.x/fix_bnd_extra_options.xml | 2 +- .../{fix_bnd_extra_options.xml => remove-build-in-flatten-bom.xml} | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 41a717f..ed00fc3 100644 --- a/pom.xml +++ b/pom.xml @@ -342,6 +342,7 @@ `interpolate` takes the element from the original POM with variables interpolated. Avoid using `resolve`, which uses the effective POM where inherited changes from the parent are also incorporated. --> <pomElements> + <build>remove</build> <properties>remove</properties> <repositories>remove</repositories> <distributionManagement>remove</distributionManagement> diff --git a/src/changelog/.10.x.x/fix_bnd_extra_options.xml b/src/changelog/.10.x.x/fix_bnd_extra_options.xml index e1bb0f4..c5d0579 100644 --- a/src/changelog/.10.x.x/fix_bnd_extra_options.xml +++ b/src/changelog/.10.x.x/fix_bnd_extra_options.xml @@ -5,5 +5,5 @@ type="fixed"> <issue id="#39" link="https://github.com/apache/logging-parent/issues/39"/> <author id="github:ppkarwasz"/> - <description format="asciidoc">Prioritize definitions in `bnd-extra-*` variables over those inherited.</description> + <description format="asciidoc">Prioritize definitions in `bnd-extra-*` variables over those inherited</description> </entry> diff --git a/src/changelog/.10.x.x/fix_bnd_extra_options.xml b/src/changelog/.10.x.x/remove-build-in-flatten-bom.xml similarity index 63% copy from src/changelog/.10.x.x/fix_bnd_extra_options.xml copy to src/changelog/.10.x.x/remove-build-in-flatten-bom.xml index e1bb0f4..cdfde6d 100644 --- a/src/changelog/.10.x.x/fix_bnd_extra_options.xml +++ b/src/changelog/.10.x.x/remove-build-in-flatten-bom.xml @@ -3,7 +3,7 @@ xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="fixed"> - <issue id="#39" link="https://github.com/apache/logging-parent/issues/39"/> <author id="github:ppkarwasz"/> - <description format="asciidoc">Prioritize definitions in `bnd-extra-*` variables over those inherited.</description> + <author id="github:vy"/> + <description format="asciidoc">Remove `build` in `flatten-bom` configuration</description> </entry>