Repository: servicemix-bundles Updated Branches: refs/heads/master 66febe931 -> 5a6a8a8a2
Include Spring 3.2.12/3.2.13 bundles in next release cycle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/5a6a8a8a Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5a6a8a8a Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5a6a8a8a Branch: refs/heads/master Commit: 5a6a8a8a2e7c8df921f860533dfdd73340a19651 Parents: 66febe9 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jun 1 18:22:40 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jun 1 18:22:40 2015 +0200 ---------------------------------------------------------------------- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5a6a8a8a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d60507..52ffecc 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,42 @@ <module>opensaml-2.6.4</module> <module>opensaml-2.6.5</module> <module>poi-3.11</module> + <module>spring-aop-3.2.12.RELEASE</module> + <module>spring-aspects-3.2.12.RELEASE</module> + <module>spring-beans-3.2.12.RELEASE</module> + <module>spring-context-3.2.12.RELEASE</module> + <module>spring-context-support-3.2.12.RELEASE</module> + <module>spring-core-3.2.12.RELEASE</module> + <module>spring-expression-3.2.12.RELEASE</module> + <module>spring-instrument-3.2.12.RELEASE</module> + <module>spring-jdbc-3.2.12.RELEASE</module> + <module>spring-jms-3.2.12.RELEASE</module> + <module>spring-orm-3.2.12.RELEASE</module> + <module>spring-oxm-3.2.12.RELEASE</module> + <module>spring-struts-3.2.12.RELEASE</module> + <module>spring-test-3.2.12.RELEASE</module> + <module>spring-tx-3.2.12.RELEASE</module> + <module>spring-web-3.2.12.RELEASE</module> + <module>spring-webmvc-3.2.12.RELEASE</module> + <module>spring-webmvc-portlet-3.2.12.RELEASE</module> + <module>spring-aop-3.2.13.RELEASE</module> + <module>spring-aspects-3.2.13.RELEASE</module> + <module>spring-beans-3.2.13.RELEASE</module> + <module>spring-context-3.2.13.RELEASE</module> + <module>spring-context-support-3.2.13.RELEASE</module> + <module>spring-core-3.2.13.RELEASE</module> + <module>spring-expression-3.2.13.RELEASE</module> + <module>spring-instrument-3.2.13.RELEASE</module> + <module>spring-jdbc-3.2.13.RELEASE</module> + <module>spring-jms-3.2.13.RELEASE</module> + <module>spring-orm-3.2.13.RELEASE</module> + <module>spring-oxm-3.2.13.RELEASE</module> + <module>spring-struts-3.2.13.RELEASE</module> + <module>spring-test-3.2.13.RELEASE</module> + <module>spring-tx-3.2.13.RELEASE</module> + <module>spring-web-3.2.13.RELEASE</module> + <module>spring-webmvc-3.2.13.RELEASE</module> + <module>spring-webmvc-portlet-3.2.13.RELEASE</module> </modules> </project>
