Repository: servicemix-bundles Updated Branches: refs/heads/master be3c69f18 -> c023bcd37
[SM-3538] Create OSGi bundles for Spring 5.0.1.RELEASE - Added modules to POM Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/21905e2e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/21905e2e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/21905e2e Branch: refs/heads/master Commit: 21905e2e16839e0d095ccaaac27047b0c67e8492 Parents: be3c69f Author: Andrea Cosentino <[email protected]> Authored: Tue Oct 31 09:43:27 2017 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Tue Oct 31 09:43:27 2017 +0100 ---------------------------------------------------------------------- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/21905e2e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1829f65..e45c141 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,24 @@ <name>Apache ServiceMix :: Bundles</name> <modules> - <!-- add modules for all bundles to released in the next batch here --> + <module>spring-aop-5.0.1.RELEASE</module> + <module>spring-aspects-5.0.1.RELEASE</module> + <module>spring-beans-5.0.1.RELEASE</module> + <module>spring-context-5.0.1.RELEASE</module> + <module>spring-context-support-5.0.1.RELEASE</module> + <module>spring-core-5.0.1.RELEASE</module> + <module>spring-expression-5.0.1.RELEASE</module> + <module>spring-instrument-5.0.1.RELEASE</module> + <module>spring-jdbc-5.0.1.RELEASE</module> + <module>spring-jms-5.0.1.RELEASE</module> + <module>spring-messaging-5.0.1.RELEASE</module> + <module>spring-orm-5.0.1.RELEASE</module> + <module>spring-oxm-5.0.1.RELEASE</module> + <module>spring-test-5.0.1.RELEASE</module> + <module>spring-tx-5.0.1.RELEASE</module> + <module>spring-web-5.0.1.RELEASE</module> + <module>spring-webmvc-5.0.1.RELEASE</module> + <module>spring-websocket-5.0.1.RELEASE</module> </modules> </project>
