You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/06/03 07:30:08 UTC

[servicemix-bundles] branch master updated (973b9a567 -> 27cc17dc1)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


    from 973b9a567 [maven-release-plugin] prepare for next development iteration
     new 17d15d646 Upgrade to bundles-pom 15
     new 27cc17dc1 [maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-webflux-5.3.20_1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 spring-webflux-5.3.20/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[servicemix-bundles] 01/02: Upgrade to bundles-pom 15

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit 17d15d646113bca76c2031eab583163abf38b3d9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jun 3 09:26:42 2022 +0200

    Upgrade to bundles-pom 15
---
 spring-webflux-5.3.20/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-webflux-5.3.20/pom.xml b/spring-webflux-5.3.20/pom.xml
index 7f8f51884..a0af96005 100644
--- a/spring-webflux-5.3.20/pom.xml
+++ b/spring-webflux-5.3.20/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15-SNAPSHOT</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 


[servicemix-bundles] 02/02: [maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-webflux-5.3.20_1

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit 27cc17dc1931da55508fcaf84db8695a12ed9240
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jun 3 09:29:59 2022 +0200

    [maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-webflux-5.3.20_1
---
 spring-webflux-5.3.20/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spring-webflux-5.3.20/pom.xml b/spring-webflux-5.3.20/pom.xml
index a0af96005..3f175bab4 100644
--- a/spring-webflux-5.3.20/pom.xml
+++ b/spring-webflux-5.3.20/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-webflux</artifactId>
-    <version>5.3.20_1-SNAPSHOT</version>
+    <version>5.3.20_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,6 +38,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>org.apache.servicemix.bundles.spring-webflux-5.3.20_1</tag>
   </scm>
 
     <properties>