This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch split-bnd-and-bnd-plugins-version-properties in repository https://gitbox.apache.org/repos/asf/aries.git
commit 7b4ea6fce72ec02c6d613cb041f075b1c31209af Author: Dominik Przybysz <[email protected]> AuthorDate: Sun Mar 23 21:10:05 2025 +0100 [MAINTENANCE] Split bnd and bnd plugins version properties in spi-fly --- blueprint/blueprint-repository/pom.xml | 4 ++-- spi-fly/pom.xml | 3 ++- spi-fly/spi-fly-dynamic-bundle/pom.xml | 6 +++--- spi-fly/spi-fly-dynamic-framework-extension/pom.xml | 6 +++--- spi-fly/spi-fly-itests/pom.xml | 6 +++--- spi-fly/spi-fly-static-bundle/pom.xml | 6 +++--- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/blueprint/blueprint-repository/pom.xml b/blueprint/blueprint-repository/pom.xml index 412e3da17..2310c914b 100644 --- a/blueprint/blueprint-repository/pom.xml +++ b/blueprint/blueprint-repository/pom.xml @@ -39,7 +39,7 @@ <blueprint.api.version>1.0.1</blueprint.api.version> <blueprint.cm.version>1.0.9</blueprint.cm.version> <blueprint.core.version>1.5.0</blueprint.core.version> - <bnd.version>6.4.0</bnd.version> + <bnd-indexer-maven-plugin.version>6.4.0</bnd-indexer-maven-plugin.version> <org.apache.aries.proxy.api.version>1.0.1</org.apache.aries.proxy.api.version> <org.apache.aries.proxy.impl.version>1.0.6</org.apache.aries.proxy.impl.version> <org.apache.aries.util.version>1.1.3</org.apache.aries.util.version> @@ -68,7 +68,7 @@ <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-indexer-maven-plugin</artifactId> - <version>${bnd.version}</version> + <version>${bnd-indexer-maven-plugin.version}</version> <configuration> <localURLs>${local.index.policy}</localURLs> <includeTransitive>true</includeTransitive> diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml index 3878afca1..a97439036 100644 --- a/spi-fly/pom.xml +++ b/spi-fly/pom.xml @@ -53,7 +53,8 @@ <apache-rat-plugin.version>0.16.1</apache-rat-plugin.version> <asm.version>9.7.1</asm.version> <assertj.version>3.27.3</assertj.version> - <bnd.version>6.4.0</bnd.version> + <bnd.version>6.4.1</bnd.version> + <bnd-maven-plugins.version>6.4.0</bnd-maven-plugins.version> <easymock.version>5.5.0</easymock.version> <felix.framework.version>7.0.5</felix.framework.version> <felix.log.extension.version>1.0.0</felix.log.extension.version> diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml index 8490ebbac..bdf75c495 100644 --- a/spi-fly/spi-fly-dynamic-bundle/pom.xml +++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml @@ -120,7 +120,7 @@ <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-maven-plugin</artifactId> - <version>${bnd.version}</version> + <version>${bnd-maven-plugins.version}</version> <configuration> <bnd><