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/06/13 05:52:32 UTC

[servicemix-bundles] branch master updated: Include spring-security 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 68489fa  Include spring-security bundles for next release cycle
68489fa is described below

commit 68489fae921ed0a90dcf40e2cc3bbf35658f7279
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jun 13 07:52:10 2021 +0200

    Include spring-security bundles for next release cycle
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 827baf2..0434c17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,22 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+      <module>spring-security-acl-5.5.0</module>
+      <module>spring-security-aspects-5.5.0</module>
+      <module>spring-security-cas-5.5.0</module>
+      <module>spring-security-config-5.5.0</module>
+      <module>spring-security-core-5.5.0</module>
+      <module>spring-security-crypto-5.5.0</module>
+      <module>spring-security-data-5.5.0</module>
+      <module>spring-security-ldap-5.5.0</module>
+      <module>spring-security-messaging-5.5.0</module>
+      <module>spring-security-oauth2-client-5.5.0</module>
+      <module>spring-security-oauth2-core-5.5.0</module>
+      <module>spring-security-oauth2-jose-5.5.0</module>
+      <module>spring-security-remoting-5.5.0</module>
+      <module>spring-security-taglibs-5.5.0</module>
+      <module>spring-security-test-5.5.0</module>
+      <module>spring-security-web-5.5.0</module>
     </modules>
 
 </project>