You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/04/06 21:35:00 UTC

[aries] 02/02: [maven-release-plugin] prepare release spifly-1.3.3

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

commit 9e0ee939e45e06d8d3d7d9873506a79d98b95eff
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue Apr 6 17:34:54 2021 -0400

    [maven-release-plugin] prepare release spifly-1.3.3
---
 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                               |  7 ++++---
 .../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-examples/spi-fly-example-client2-bundle/pom.xml    |  2 +-
 .../spi-fly-examples/spi-fly-example-client3-bundle/pom.xml    |  2 +-
 .../spi-fly-examples/spi-fly-example-client3-fragment/pom.xml  |  2 +-
 .../spi-fly-example-provider-consumer-bundle/pom.xml           |  2 +-
 .../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-examples/spi-fly-example-provider2-bundle/pom.xml  |  2 +-
 .../spi-fly-examples/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                                 | 10 ++++------
 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, 36 insertions(+), 37 deletions(-)

diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 23a99a7..4b6aaf8 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.aries.spifly</groupId>
     <artifactId>spifly</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3</version>
     <name>Apache Aries SPI Fly</name>
     <packaging>pom</packaging>
     <description>
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <properties>
diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml
index dd8c774..69e01f7 100644
--- a/spi-fly/spi-fly-core/pom.xml
+++ b/spi-fly/spi-fly-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml
index c2e36d1..a0740f9 100644
--- a/spi-fly/spi-fly-dynamic-bundle/pom.xml
+++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
index dd4b9fd..b36a489 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 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-examples/pom.xml b/spi-fly/spi-fly-examples/pom.xml
index b0a6021..0424878 100644
--- a/spi-fly/spi-fly-examples/pom.xml
+++ b/spi-fly/spi-fly-examples/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.spifly.examples</groupId>
     <artifactId>spi-fly-examples</artifactId>
     <name>Apache Aries SPI Fly Examples</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <packaging>pom</packaging>
     <description>
         SPI examples
@@ -47,7 +47,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-    </scm>
+      <tag>spifly-1.3.3</tag>
+  </scm>
 
     <modules>
         <module>spi-fly-example-spi-bundle</module>
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 bd87751..62ffaf7 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client1.bundle</artifactId>
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 42752a2..f070874 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client1.jar</artifactId>
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 7a4468c..5a2c6b9 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client2.bundle</artifactId>
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 447379a..80c596a 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client3.bundle</artifactId>
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 cf4b670..31ab2d7 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client3.fragment</artifactId>
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 4448519..cd7ae6e 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider.consumer.bundle</artifactId>
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 4c9f3db..9610395 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider1.bundle</artifactId>
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 64c2a00..5375b26 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider1.jar</artifactId>
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 d66ae88..f1e2033 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider2.bundle</artifactId>
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 45e036d..64f0ee6 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider3.bundle</artifactId>
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 5247020..8480aa7 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider3.fragment</artifactId>
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 d9c1702..de1f88e 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.resource.client.bundle</artifactId>
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 6770ccc..a9b99cb 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.resource.provider.bundle</artifactId>
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 2c05157..046ebb5 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 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.spi.bundle</artifactId>
diff --git a/spi-fly/spi-fly-itests/pom.xml b/spi-fly/spi-fly-itests/pom.xml
index 9424f18..ba6ec33 100644
--- a/spi-fly/spi-fly-itests/pom.xml
+++ b/spi-fly/spi-fly-itests/pom.xml
@@ -17,16 +17,14 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -48,7 +46,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>
@@ -98,7 +96,7 @@
         <dependency>
             <groupId>org.apache.aries.spifly.examples</groupId>
             <artifactId>org.apache.aries.spifly.examples.spi.bundle</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml
index 0ba5d3c..b5063aa 100644
--- a/spi-fly/spi-fly-static-bundle/pom.xml
+++ b/spi-fly/spi-fly-static-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml
index 2ba0ad3..de8774d 100644
--- a/spi-fly/spi-fly-static-tool/pom.xml
+++ b/spi-fly/spi-fly-static-tool/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml
index 4396e29..9baa2a6 100644
--- a/spi-fly/spi-fly-weaver/pom.xml
+++ b/spi-fly/spi-fly-weaver/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>spifly-1.3.3</tag>
     </scm>
 
     <dependencies>