From e9086cbe9a55006ea089978dab5e7699580968e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Tue, 7 Nov 2023 20:56:32 +0100 Subject: [PATCH] [maven-release-plugin] prepare release spifly-1.3.7 --- spi-fly/pom.xml | 4 ++-- spi-fly/spi-fly-core/pom.xml | 4 ++-- spi-fly/spi-fly-dynamic-bundle/pom.xml | 4 ++-- spi-fly/spi-fly-dynamic-framework-extension/pom.xml | 4 ++-- spi-fly/spi-fly-examples/pom.xml | 6 +++--- .../spi-fly-examples/spi-fly-example-client1-bundle/pom.xml | 2 +- .../spi-fly-examples/spi-fly-example-client1-jar/pom.xml | 2 +- .../spi-fly-examples/spi-fly-example-client2-bundle/pom.xml | 2 +- .../spi-fly-examples/spi-fly-example-client3-bundle/pom.xml | 2 +- .../spi-fly-example-client3-fragment/pom.xml | 2 +- .../spi-fly-example-provider-consumer-bundle/pom.xml | 2 +- .../spi-fly-example-provider1-bundle/pom.xml | 2 +- .../spi-fly-examples/spi-fly-example-provider1-jar/pom.xml | 2 +- .../spi-fly-example-provider2-bundle/pom.xml | 2 +- .../spi-fly-example-provider3-bundle/pom.xml | 2 +- .../spi-fly-example-provider3-fragment/pom.xml | 2 +- .../spi-fly-example-resource-client-bundle/pom.xml | 2 +- .../spi-fly-example-resource-provider-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml | 2 +- spi-fly/spi-fly-itests/pom.xml | 6 +++--- spi-fly/spi-fly-static-bundle/pom.xml | 4 ++-- spi-fly/spi-fly-static-tool/pom.xml | 4 ++-- spi-fly/spi-fly-weaver/pom.xml | 4 ++-- 23 files changed, 34 insertions(+), 34 deletions(-) diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml index 8eba32c27b..8f60d2d4e7 100644 --- a/spi-fly/pom.xml +++ b/spi-fly/pom.xml @@ -30,7 +30,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 Apache Aries SPI Fly pom @@ -41,7 +41,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml index 2565f5f89c..530b335e8f 100644 --- a/spi-fly/spi-fly-core/pom.xml +++ b/spi-fly/spi-fly-core/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -41,7 +41,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml index 2d4b41e9ba..43daeacc87 100644 --- a/spi-fly/spi-fly-dynamic-bundle/pom.xml +++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -40,7 +40,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml index 2956a09421..2e4c0c4159 100644 --- a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml +++ b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -40,7 +40,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-examples/pom.xml b/spi-fly/spi-fly-examples/pom.xml index c8bd7b3343..88825392e0 100644 --- a/spi-fly/spi-fly-examples/pom.xml +++ b/spi-fly/spi-fly-examples/pom.xml @@ -24,14 +24,14 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml org.apache.aries.spifly.examples spi-fly-examples Apache Aries SPI Fly Examples - 1.0.5-SNAPSHOT + 1.0.5 pom SPI examples @@ -47,7 +47,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml index 0fd0baf55d..59ffee53b3 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.client1.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml index afb38ee016..8868c2d09d 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.client1.jar diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml index c3098c876a..0e3dff59d4 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.client2.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml index 5eb1991f6f..e8cc6b323f 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.client3.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml index 773c6b2fd6..07b7d64ebe 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.client3.fragment diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml index b4d89cce33..11dc8bcd86 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.provider.consumer.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml index 1fc327a5fe..3c0fe301d7 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.provider1.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml index 61b7aea3bb..ef7bcb1a7e 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.provider1.jar diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml index e89f61d46a..d4410a5819 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.provider2.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml index 187cf5bf9e..43909a863c 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.provider3.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml index 0290fc3577..f73bc9aaa2 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.provider3.fragment diff --git a/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml index ca6208357a..58bf99c373 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.resource.client.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml index c6a5097e84..f17b16cc85 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.resource.provider.bundle diff --git a/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml index dde1db4131..396dc91b50 100644 --- a/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml +++ b/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly.examples spi-fly-examples - 1.0.5-SNAPSHOT + 1.0.5 org.apache.aries.spifly.examples.spi.bundle diff --git a/spi-fly/spi-fly-itests/pom.xml b/spi-fly/spi-fly-itests/pom.xml index 7cd89fb9e0..3e70936958 100644 --- a/spi-fly/spi-fly-itests/pom.xml +++ b/spi-fly/spi-fly-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -40,7 +40,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 @@ -90,7 +90,7 @@ org.apache.aries.spifly.examples org.apache.aries.spifly.examples.spi.bundle - 1.0.5-SNAPSHOT + 1.0.5 test diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml index facc2c5b8d..cae5260666 100644 --- a/spi-fly/spi-fly-static-bundle/pom.xml +++ b/spi-fly/spi-fly-static-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -40,7 +40,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml index a98a41b238..817e976282 100644 --- a/spi-fly/spi-fly-static-tool/pom.xml +++ b/spi-fly/spi-fly-static-tool/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -39,7 +39,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7 diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml index 2f6644041a..e079c2b517 100644 --- a/spi-fly/spi-fly-weaver/pom.xml +++ b/spi-fly/spi-fly-weaver/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.spifly spifly - 1.3.7-SNAPSHOT + 1.3.7 ../pom.xml @@ -36,7 +36,7 @@ scm:git:https://gitbox.apache.org/repos/asf/aries.git scm:git:https://gitbox.apache.org/repos/asf/aries.git https://gitbox.apache.org/repos/asf?p=aries.git;a=summary - HEAD + spifly-1.3.7