From commits-return-11978-archive-asf-public=cust-asf.ponee.io@aries.apache.org Sat Jun 26 14:47:09 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 8A18D18066B for ; Sat, 26 Jun 2021 16:47:09 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id B4AF13EF1D for ; Sat, 26 Jun 2021 14:47:08 +0000 (UTC) Received: (qmail 79256 invoked by uid 500); 26 Jun 2021 14:47:08 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 79244 invoked by uid 99); 26 Jun 2021 14:47:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2021 14:47:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 62A3F82294; Sat, 26 Jun 2021 14:47:08 +0000 (UTC) Date: Sat, 26 Jun 2021 14:47:08 +0000 To: "commits@aries.apache.org" Subject: [aries] branch trunk updated: [maven-release-plugin] prepare for next development iteration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162471882824.31878.12187761743401344116@gitbox.apache.org> From: rotty3000@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: aries X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: 26aa3f0b34f0a03804116d45b01af5fcc92e289e X-Git-Newrev: 027623c412c9fdad2b9b7ee16cf9d966e7350f45 X-Git-Rev: 027623c412c9fdad2b9b7ee16cf9d966e7350f45 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git The following commit(s) were added to refs/heads/trunk by this push: new 027623c [maven-release-plugin] prepare for next development iteration 027623c is described below commit 027623c412c9fdad2b9b7ee16cf9d966e7350f45 Author: Raymond Augé AuthorDate: Sat Jun 26 10:47:04 2021 -0400 [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/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml | 2 +- .../spi-fly-example-provider-consumer-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml | 2 +- spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml | 2 +- .../spi-fly-examples/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 a3175f4..1e1cb4e 100644 --- a/spi-fly/pom.xml +++ b/spi-fly/pom.xml @@ -30,7 +30,7 @@ org.apache.aries.spifly spifly - 1.3.4 + 1.3.5-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.4 + HEAD diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml index f9398f9..067eea5 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.4 + 1.3.5-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.4 + HEAD diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml index ce3a415..4f8cd40 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.4 + 1.3.5-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.4 + HEAD diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml index ae69433..81fc22e 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.4 + 1.3.5-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.4 + HEAD diff --git a/spi-fly/spi-fly-examples/pom.xml b/spi-fly/spi-fly-examples/pom.xml index a82349e..9dfae31 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.4 + 1.3.5-SNAPSHOT ../pom.xml org.apache.aries.spifly.examples spi-fly-examples Apache Aries SPI Fly Examples - 1.0.2 + 1.0.3-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.4 + 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 2d2a24d..8a67a61 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.2 + 1.0.3-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 cbf883a..e8679ff 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.2 + 1.0.3-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 5e28b67..97f4be1 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.2 + 1.0.3-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 643b494..64e0743 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.2 + 1.0.3-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 57e2890..5cdba3e 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.2 + 1.0.3-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 2199031..6ffac99 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.2 + 1.0.3-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 7a184f6..2765aea 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.2 + 1.0.3-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 e1946e3..c1d3203 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.2 + 1.0.3-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 66c0c00..8c88d29 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.2 + 1.0.3-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 6da8a2e..931b825 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.2 + 1.0.3-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 b0105d7..3bb31f2 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.2 + 1.0.3-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 7d2dcca..61413e8 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.2 + 1.0.3-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 a267c1d..d5e94a8 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.2 + 1.0.3-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 59e1e4e..4ec4fab 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.2 + 1.0.3-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 7555535..b662a91 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.4 + 1.3.5-SNAPSHOT ../pom.xml @@ -46,7 +46,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.4 + HEAD @@ -96,7 +96,7 @@ org.apache.aries.spifly.examples org.apache.aries.spifly.examples.spi.bundle - 1.0.2 + 1.0.3-SNAPSHOT test diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml index df4a60f..bff7a97 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.4 + 1.3.5-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.4 + HEAD diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml index 094aab3..3d5dfed 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.4 + 1.3.5-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.4 + HEAD diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml index b7c0b3c..62a1710 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.4 + 1.3.5-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.4 + HEAD