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/02/02 05:29:19 UTC

[servicemix-bundles] branch master updated: Include spring-ws bundles in 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 b3e2c45  Include spring-ws bundles in release cycle
b3e2c45 is described below

commit b3e2c45f9edfd013ef480d13031fabbd4ffe60da
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Feb 2 06:28:55 2021 +0100

    Include spring-ws bundles in release cycle
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 640e665..677ba11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,10 @@
       <module>spring-web-5.3.3</module>
       <module>spring-webmvc-5.3.3</module>
       <module>spring-websocket-5.3.3</module>
+      <module>spring-ws-core-3.0.10.RELEASE</module>
+      <module>spring-ws-security-3.0.10.RELEASE</module>
+      <module>spring-ws-support-3.0.10.RELEASE</module>
+      <module>spring-ws-test-3.0.10.RELEASE</module>
     </modules>
 
 </project>