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 2020/08/30 05:31:15 UTC

[servicemix-bundles] branch master updated: Add Spring 5.2.8.RELEASE bundles for next release cycle

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 10bfc03  Add Spring 5.2.8.RELEASE bundles for next release cycle
10bfc03 is described below

commit 10bfc0312b9d74cefa6ac715a5e407e6964db703
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Aug 30 07:30:48 2020 +0200

    Add Spring 5.2.8.RELEASE bundles for next release cycle
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 827baf2..38c38c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,24 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+      <module>spring-aop-5.2.8.RELEASE</module>
+      <module>spring-aspects-5.2.8.RELEASE</module>
+      <module>spring-beans-5.2.8.RELEASE</module>
+      <module>spring-context-5.2.8.RELEASE</module>
+      <module>spring-context-support-5.2.8.RELEASE</module>
+      <module>spring-core-5.2.8.RELEASE</module>
+      <module>spring-expression-5.2.8.RELEASE</module>
+      <module>spring-instrument-5.2.8.RELEASE</module>
+      <module>spring-jdbc-5.2.8.RELEASE</module>
+      <module>spring-jms-5.2.8.RELEASE</module>
+      <module>spring-messaging-5.2.8.RELEASE</module>
+      <module>spring-orm-5.2.8.RELEASE</module>
+      <module>spring-oxm-5.2.8.RELEASE</module>
+      <module>spring-test-5.2.8.RELEASE</module>
+      <module>spring-tx-5.2.8.RELEASE</module>
+      <module>spring-web-5.2.8.RELEASE</module>
+      <module>spring-webmvc-5.2.8.RELEASE</module>
+      <module>spring-websocket-5.2.8.RELEASE</module>
     </modules>
 
 </project>