From aea7d9056c56232465063fc9b2f6ce7940047aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Tue, 7 Nov 2023 20:56:47 +0100 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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 8f60d2d4e7..b0d1ebc462 100644 --- a/spi-fly/pom.xml +++ b/spi-fly/pom.xml @@ -30,7 +30,7 @@ org.apache.aries.spifly spifly - 1.3.7 + 1.3.8-SNAPSHOT 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 - spifly-1.3.7 + HEAD diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml index 530b335e8f..58e45a8eb4 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml index 43daeacc87..cb640076e1 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml index 2e4c0c4159..71ff66ddde 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD diff --git a/spi-fly/spi-fly-examples/pom.xml b/spi-fly/spi-fly-examples/pom.xml index 88825392e0..8766901d31 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 + 1.3.8-SNAPSHOT ../pom.xml org.apache.aries.spifly.examples spi-fly-examples Apache Aries SPI Fly Examples - 1.0.5 + 1.0.6-SNAPSHOT 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 - spifly-1.3.7 + HEAD 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 59ffee53b3..981e785a9d 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 + 1.0.6-SNAPSHOT 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 8868c2d09d..bd389b4242 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 + 1.0.6-SNAPSHOT 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 0e3dff59d4..9feef44cea 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 + 1.0.6-SNAPSHOT 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 e8cc6b323f..0ea76324e8 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 + 1.0.6-SNAPSHOT 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 07b7d64ebe..bb541763dc 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 + 1.0.6-SNAPSHOT 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 11dc8bcd86..69e9c451a3 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 + 1.0.6-SNAPSHOT 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 3c0fe301d7..de0c13d51b 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 + 1.0.6-SNAPSHOT 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 ef7bcb1a7e..affb7516fc 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 + 1.0.6-SNAPSHOT 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 d4410a5819..63df40498d 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 + 1.0.6-SNAPSHOT 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 43909a863c..608e2fe0f1 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 + 1.0.6-SNAPSHOT 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 f73bc9aaa2..815d12a360 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 + 1.0.6-SNAPSHOT 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 58bf99c373..e9aa7cdac9 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 + 1.0.6-SNAPSHOT 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 f17b16cc85..70634ad76e 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 + 1.0.6-SNAPSHOT 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 396dc91b50..a092cf0a3f 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 + 1.0.6-SNAPSHOT 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 3e70936958..5374c57b7f 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD @@ -90,7 +90,7 @@ org.apache.aries.spifly.examples org.apache.aries.spifly.examples.spi.bundle - 1.0.5 + 1.0.6-SNAPSHOT test diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml index cae5260666..b7bd110ed3 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml index 817e976282..e647576ea1 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml index e079c2b517..3975f33c80 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 + 1.3.8-SNAPSHOT ../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 - spifly-1.3.7 + HEAD