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 2021/09/27 12:56:29 UTC

[servicemix-bundles] branch master updated: Add all Spring 5.3.9 bundles in next release in order to keep version number consistency

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


The following commit(s) were added to refs/heads/master by this push:
     new 08d2ca9  Add all Spring 5.3.9 bundles in next release in order to keep version number consistency
08d2ca9 is described below

commit 08d2ca9951bc6f463cf23047eeb9588d28602c37
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 27 14:55:59 2021 +0200

    Add all Spring 5.3.9 bundles in next release in order to keep version
    number consistency
---
 pom.xml | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ceb3879..9f26b7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,26 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-    	<module>spring-webflux-5.3.9</module>
-      <module>txw2-2.3.3</module>
+	<module>spring-aop-5.3.9</module>
+	<module>spring-aspects-5.3.9</module>
+	<module>spring-beans-5.3.9</module>
+	<module>spring-context-5.3.9</module>
+	<module>spring-context-support-5.3.9</module>
+	<module>spring-core-5.3.9</module>
+	<module>spring-expression-5.3.9</module>
+	<module>spring-instrument-5.3.9</module>
+	<module>spring-jdbc-5.3.9</module>
+	<module>spring-jms-5.3.9</module>
+	<module>spring-messaging-5.3.9</module>
+	<module>spring-orm-5.3.9</module>
+	<module>spring-oxm-5.3.9</module>
+	<module>spring-test-5.3.9</module>
+	<module>spring-tx-5.3.9</module>
+	<module>spring-web-5.3.9</module>
+	<module>spring-webflux-5.3.9</module>
+	<module>spring-webmvc-5.3.9</module>
+	<module>spring-websocket-5.3.9</module>
+	<module>txw2-2.3.3</module>
     </modules>
 
 </project>