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 2018/01/30 20:44:32 UTC

[2/5] servicemix-bundles git commit: [SM-3605] Create OSGi bundles for Spring 5.0.3.RELEASE

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-oxm-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-oxm-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 9e728ad..0000000
--- a/spring-oxm-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Spring Framework OXM module.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-oxm-5.0.3.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-oxm-5.0.3.RELEASE/pom.xml b/spring-oxm-5.0.3.RELEASE/pom.xml
new file mode 100644
index 0000000..fbfb8f1
--- /dev/null
+++ b/spring-oxm-5.0.3.RELEASE/pom.xml
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-oxm</artifactId>
+    <version>5.0.3.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-oxm</pkgArtifactId>
+        <pkgVersion>5.0.3.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.thoughtworks.xstream;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.converters;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.converters.reflection;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.core;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.core.util;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.io;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.io.naming;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.io.xml;version="[1.4,2)";resolution:=optional,
+            com.thoughtworks.xstream.mapper;version="[1.4,2)";resolution:=optional,
+            javax.activation;resolution:=optional,
+            javax.xml;resolution:=optional,
+            javax.xml.bind;resolution:=optional,
+            javax.xml.bind.annotation;resolution:=optional,
+            javax.xml.bind.annotation.adapters;resolution:=optional,
+            javax.xml.bind.attachment;resolution:=optional,
+            javax.xml.datatype,
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.stream,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.sax,
+            javax.xml.transform.stream,
+            javax.xml.validation,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.apache.xmlbeans;version="[2.6,3)";resolution:=optional,
+            org.exolab.castor.mapping;version="[1.3,2)";resolution:=optional,
+            org.exolab.castor.xml;version="[1.3,2)";resolution:=optional,
+            org.exolab.castor.util;version="[1.3,2)";resolution:=optional,
+            org.jibx.runtime;version="[1.2,2)";resolution:=optional,
+            org.jibx.runtime.impl;version="[1.2,2)";resolution:=optional,
+            org.springframework.beans.factory;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)",
+            org.springframework.core;version="[${pkgVersion},5.1)",
+            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
+            org.springframework.core.io;version="[${pkgVersion},5.1)",
+            org.springframework.core.io.support;version="[${pkgVersion},5.1)",
+            org.springframework.core.type;version="[${pkgVersion},5.1)",
+            org.springframework.core.type.classreading;version="[${pkgVersion},5.1)",
+            org.springframework.core.type.filter;version="[${pkgVersion},5.1)",
+            org.springframework.util;version="[${pkgVersion},5.1)",
+            org.springframework.util.xml;version="[${pkgVersion},5.1)",
+            org.w3c.dom,
+            org.w3c.dom.ls,
+            org.xml.sax,
+            org.xml.sax.ext,
+            org.xml.sax.helpers
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <includes>
+                                        <include>**/*.gif</include>
+                                        <include>**/*.xsd</include>
+                                        <include>META-INF/spring*</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-oxm-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-oxm-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..9e728ad
--- /dev/null
+++ b/spring-oxm-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework OXM module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-test-5.0.2.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-test-5.0.2.RELEASE/pom.xml b/spring-test-5.0.2.RELEASE/pom.xml
deleted file mode 100644
index d3bee9f..0000000
--- a/spring-test-5.0.2.RELEASE/pom.xml
+++ /dev/null
@@ -1,226 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>13</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.spring-test</artifactId>
-    <version>5.0.2.RELEASE_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.springframework</pkgGroupId>
-        <pkgArtifactId>spring-test</pkgArtifactId>
-        <pkgVersion>5.0.2.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.jayway.jsonpath;version="[1,3)";resolution:=optional,
-            com.gargoylesoftware.htmlunit;resolution:=optional,
-            com.gargoylesoftware.htmlunit.util;resolution:=optional,
-            javax.activation;resolution:=optional,
-            javax.el;resolution:=optional,
-            javax.naming;resolution:=optional,
-            javax.naming.spi;resolution:=optional,
-            javax.persistence;resolution:=optional,
-            javax.portlet;resolution:=optional,
-            javax.servlet;resolution:=optional,
-            javax.servlet.descriptor;resolution:=optional,
-            javax.servlet.http;resolution:=optional,
-            javax.servlet.jsp;resolution:=optional,
-            javax.servlet.jsp.el;resolution:=optional,
-            javax.servlet.jsp.tagext;resolution:=optional,
-            javax.sql;resolution:=optional,
-            javax.xml;resolution:=optional,
-            javax.xml.namespace;resolution:=optional,
-            javax.xml.parsers;resolution:=optional,
-            javax.xml.transform,
-            javax.xml.transform.dom,
-            javax.xml.xpath;resolution:=optional,
-            javax.websocket;resolution:=optional, 
-            javax.websocket.server;resolution:=optional, 
-            junit.framework;version="[4,5)";resolution:=optional,
-            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.apache.http.cookie;resolution:=optional,
-            org.apache.http.impl.cookie;resolution:=optional,
-            org.apache.taglibs.standard.lang.support;version="[1.2,2)";resolution:=optional,
-            org.aspectj.weaver.loadtime;version="[1.8,2)";resolution:=optional,
-            org.custommonkey.xmlunit;version="[1.5,2)";resolution:=optional,
-            org.hamcrest;version="[1,2)";resolution:=optional,
-            org.hamcrest.core;version="[1,2)";resolution:=optional,
-            org.junit;version="[4,5)";resolution:=optional,
-            org.junit.internal;version="[4,5)";resolution:=optional,
-            org.junit.internal.runners.model;version="[4,5)";resolution:=optional,
-            org.junit.internal.runners.statements;version="[4,5)";resolution:=optional,
-            org.junit.rules;version="[4,5)";resolution:=optional,
-            org.junit.runner;version="[4,5)";resolution:=optional,
-            org.junit.runner.notification;version="[4,5)";resolution:=optional,
-            org.junit.runners;version="[4,5)";resolution:=optional,
-            org.junit.runners.model;version="[4,5)";resolution:=optional,
-            org.openqa.selenium;version="[2,4)";resolution:=optional,
-            org.openqa.selenium.htmlunit;version="[2,4)";resolution:=optional,
-            org.skyscreamer.jsonassert;resolution:=optional,
-            org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans.factory.config;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans.factory.groovy;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.context.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core.env;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core.io;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core.io.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core.style;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.dao;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.http;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.http.client;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.http.converter;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.instrument.classloading;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jdbc.core;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jdbc.core.simple;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jdbc.datasource.init;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.orm.jpa;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction.interceptor;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.ui;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util.concurrent;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util.xml;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.accept;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.bind.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.client;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.client.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.context;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.context.request;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.context.request.async;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.context.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.method;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.method.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.multipart;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.portlet.multipart;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.config.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.handler;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.i18n;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.theme;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.servlet.view;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.web.util;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.testng;resolution:=optional,
-            org.testng.annotations;resolution:=optional,
-            org.w3c.dom;resolution:=optional,
-            org.xml.sax;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>META-INF/spring.*</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-test-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-test-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 9e7342b..0000000
--- a/spring-test-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Spring Framework Test module.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-test-5.0.3.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-test-5.0.3.RELEASE/pom.xml b/spring-test-5.0.3.RELEASE/pom.xml
new file mode 100644
index 0000000..77e55b5
--- /dev/null
+++ b/spring-test-5.0.3.RELEASE/pom.xml
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-test</artifactId>
+    <version>5.0.3.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-test</pkgArtifactId>
+        <pkgVersion>5.0.3.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.jayway.jsonpath;version="[1,3)";resolution:=optional,
+            com.gargoylesoftware.htmlunit;resolution:=optional,
+            com.gargoylesoftware.htmlunit.util;resolution:=optional,
+            javax.activation;resolution:=optional,
+            javax.el;resolution:=optional,
+            javax.naming;resolution:=optional,
+            javax.naming.spi;resolution:=optional,
+            javax.persistence;resolution:=optional,
+            javax.portlet;resolution:=optional,
+            javax.servlet;resolution:=optional,
+            javax.servlet.descriptor;resolution:=optional,
+            javax.servlet.http;resolution:=optional,
+            javax.servlet.jsp;resolution:=optional,
+            javax.servlet.jsp.el;resolution:=optional,
+            javax.servlet.jsp.tagext;resolution:=optional,
+            javax.sql;resolution:=optional,
+            javax.xml;resolution:=optional,
+            javax.xml.namespace;resolution:=optional,
+            javax.xml.parsers;resolution:=optional,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.xpath;resolution:=optional,
+            javax.websocket;resolution:=optional, 
+            javax.websocket.server;resolution:=optional, 
+            junit.framework;version="[4,5)";resolution:=optional,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.apache.http.cookie;resolution:=optional,
+            org.apache.http.impl.cookie;resolution:=optional,
+            org.apache.taglibs.standard.lang.support;version="[1.2,2)";resolution:=optional,
+            org.aspectj.weaver.loadtime;version="[1.8,2)";resolution:=optional,
+            org.custommonkey.xmlunit;version="[1.5,2)";resolution:=optional,
+            org.hamcrest;version="[1,2)";resolution:=optional,
+            org.hamcrest.core;version="[1,2)";resolution:=optional,
+            org.junit;version="[4,5)";resolution:=optional,
+            org.junit.internal;version="[4,5)";resolution:=optional,
+            org.junit.internal.runners.model;version="[4,5)";resolution:=optional,
+            org.junit.internal.runners.statements;version="[4,5)";resolution:=optional,
+            org.junit.rules;version="[4,5)";resolution:=optional,
+            org.junit.runner;version="[4,5)";resolution:=optional,
+            org.junit.runner.notification;version="[4,5)";resolution:=optional,
+            org.junit.runners;version="[4,5)";resolution:=optional,
+            org.junit.runners.model;version="[4,5)";resolution:=optional,
+            org.openqa.selenium;version="[2,4)";resolution:=optional,
+            org.openqa.selenium.htmlunit;version="[2,4)";resolution:=optional,
+            org.skyscreamer.jsonassert;resolution:=optional,
+            org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans.factory.config;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans.factory.groovy;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.context.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core.env;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core.io;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core.io.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core.style;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.dao;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.http;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.http.client;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.http.converter;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.instrument.classloading;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.jdbc.core;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.jdbc.core.simple;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.jdbc.datasource.init;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.orm.jpa;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.transaction.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.transaction.interceptor;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.ui;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.util;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.util.concurrent;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.util.xml;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.accept;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.bind.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.client;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.client.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.context;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.context.request;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.context.request.async;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.context.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.method;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.method.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.multipart;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.portlet.multipart;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.config.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.handler;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.i18n;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.theme;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.servlet.view;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.web.util;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.testng;resolution:=optional,
+            org.testng.annotations;resolution:=optional,
+            org.w3c.dom;resolution:=optional,
+            org.xml.sax;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <includes>
+                                        <include>META-INF/spring.*</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-test-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-test-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..9e7342b
--- /dev/null
+++ b/spring-test-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework Test module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-tx-5.0.2.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-tx-5.0.2.RELEASE/pom.xml b/spring-tx-5.0.2.RELEASE/pom.xml
deleted file mode 100644
index 947157b..0000000
--- a/spring-tx-5.0.2.RELEASE/pom.xml
+++ /dev/null
@@ -1,175 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>13</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.spring-tx</artifactId>
-    <version>5.0.2.RELEASE_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.springframework</pkgGroupId>
-        <pkgArtifactId>spring-tx</pkgArtifactId>
-        <pkgVersion>5.0.2.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.ibm.websphere.uow;resolution:=optional,
-            com.ibm.wsspi.uow;resolution:=optional,
-            javax.ejb;resolution:=optional,
-            javax.management;resolution:=optional,
-            javax.naming;resolution:=optional,
-            javax.resource;resolution:=optional,
-            javax.resource.cci;resolution:=optional,
-            javax.resource.spi;resolution:=optional,
-            javax.resource.spi.endpoint;resolution:=optional,
-            javax.resource.spi.work;resolution:=optional,
-            javax.transaction;version="[1.2,2)";resolution:=optional,
-            javax.transaction.xa;version="[1.2,2)";resolution:=optional,
-            org.aopalliance.aop;version="[1,2)";resolution:=optional,
-            org.aopalliance.intercept;version="[1,2)";resolution:=optional,
-            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.config;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.scope;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.aop.support.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.beans;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.config;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)",            
-            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)",
-            org.springframework.beans.propertyeditors;version="[${pkgVersion},5.1)",
-            org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.context.event;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.context.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core;version="[${pkgVersion},5.1)",
-            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
-            org.springframework.core.env;version="[${pkgVersion},5.1)",
-            org.springframework.core.task;version="[${pkgVersion},5.1)",
-            org.springframework.core.type;version="[${pkgVersion},5.1)",
-            org.springframework.jndi;version="[${pkgVersion},5.1)",
-            org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},5.1)",
-            org.springframework.util.concurrent;version="[${pkgVersion},5.1)",
-            org.springframework.util.xml;version="[${pkgVersion},5.1)",
-            org.springframework.cglib.core;version="[${pkgVersion},5.1)",
-            org.springframework.cglib.proxy;version="[${pkgVersion},5.1)",
-            org.springframework.cglib.reflect;version="[${pkgVersion},5.1)",
-            org.w3c.dom;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>**/*.gif</include>
-                                        <include>**/*.xsd</include>
-                                        <include>META-INF/spring*</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-tx-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-tx-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 935d8fd..0000000
--- a/spring-tx-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Spring Framework Transaction (TX) module.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-tx-5.0.3.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-tx-5.0.3.RELEASE/pom.xml b/spring-tx-5.0.3.RELEASE/pom.xml
new file mode 100644
index 0000000..ccdb6c6
--- /dev/null
+++ b/spring-tx-5.0.3.RELEASE/pom.xml
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-tx</artifactId>
+    <version>5.0.3.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-tx</pkgArtifactId>
+        <pkgVersion>5.0.3.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.ibm.websphere.uow;resolution:=optional,
+            com.ibm.wsspi.uow;resolution:=optional,
+            javax.ejb;resolution:=optional,
+            javax.management;resolution:=optional,
+            javax.naming;resolution:=optional,
+            javax.resource;resolution:=optional,
+            javax.resource.cci;resolution:=optional,
+            javax.resource.spi;resolution:=optional,
+            javax.resource.spi.endpoint;resolution:=optional,
+            javax.resource.spi.work;resolution:=optional,
+            javax.transaction;version="[1.2,2)";resolution:=optional,
+            javax.transaction.xa;version="[1.2,2)";resolution:=optional,
+            org.aopalliance.aop;version="[1,2)";resolution:=optional,
+            org.aopalliance.intercept;version="[1,2)";resolution:=optional,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.config;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.scope;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.aop.support.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.beans;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.config;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)",            
+            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)",
+            org.springframework.beans.propertyeditors;version="[${pkgVersion},5.1)",
+            org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.context.event;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.context.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core;version="[${pkgVersion},5.1)",
+            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
+            org.springframework.core.env;version="[${pkgVersion},5.1)",
+            org.springframework.core.task;version="[${pkgVersion},5.1)",
+            org.springframework.core.type;version="[${pkgVersion},5.1)",
+            org.springframework.jndi;version="[${pkgVersion},5.1)",
+            org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.util;version="[${pkgVersion},5.1)",
+            org.springframework.util.concurrent;version="[${pkgVersion},5.1)",
+            org.springframework.util.xml;version="[${pkgVersion},5.1)",
+            org.springframework.cglib.core;version="[${pkgVersion},5.1)",
+            org.springframework.cglib.proxy;version="[${pkgVersion},5.1)",
+            org.springframework.cglib.reflect;version="[${pkgVersion},5.1)",
+            org.w3c.dom;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <includes>
+                                        <include>**/*.gif</include>
+                                        <include>**/*.xsd</include>
+                                        <include>META-INF/spring*</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-tx-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-tx-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..935d8fd
--- /dev/null
+++ b/spring-tx-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework Transaction (TX) module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-web-5.0.2.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-web-5.0.2.RELEASE/pom.xml b/spring-web-5.0.2.RELEASE/pom.xml
deleted file mode 100644
index 39a7bb6..0000000
--- a/spring-web-5.0.2.RELEASE/pom.xml
+++ /dev/null
@@ -1,214 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>13</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.spring-web</artifactId>
-    <version>5.0.2.RELEASE_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.springframework</pkgGroupId>
-        <pkgArtifactId>spring-web</pkgArtifactId>
-        <pkgVersion>5.0.2.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.squareup.okhttp.internal.http;resolution:=optional,
-            javax.net.ssl, okhttp3.internal.http;resolution:=optional,
-            com.caucho.*;version="[4,5)";resolution:=optional,
-            com.fasterxml.jackson.*;version="[2,3)";resolution:=optional,
-            com.google.gson;version="[2.3,3)";resolution:=optional,
-            com.google.gson.reflect;version="[2.3,3)";resolution:=optional,
-            com.google.protobuf;version="[2.6,3)";resolution:=optional,
-            com.googlecode.protobuf.format;resolution:=optional,
-            com.squareup.okhttp;version="[2.4,3)";resolution:=optional,
-            com.rometools.rome.feed;version="[1.5,2)";resolution:=optional,
-            com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional,
-            com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional,
-            com.rometools.rome.io;version="[1.5,2)";resolution:=optional,
-            com.sun.net.*;resolution:=optional,
-            groovy.lang;version="[2.4,3)";resolution:=optional,
-            io.netty.bootstrap;resolution:=optional,
-            io.netty.buffer;resolution:=optional, 
-            io.netty.channel;resolution:=optional, 
-            io.netty.channel.nio;resolution:=optional, 
-            io.netty.channel.socket;resolution:=optional, 
-            io.netty.channel.socket.nio;resolution:=optional, 
-            io.netty.handler.codec.http;resolution:=optional, 
-            io.netty.handler.ssl;resolution:=optional, 
-            io.netty.handler.timeout;resolution:=optional, 
-            io.netty.util.concurrent;resolution:=optional,
-            javax.activation.*;resolution:=optional,
-            javax.el.*;resolution:=optional,
-            javax.faces.*;resolution:=optional,
-            javax.imageio.*;resolution:=optional,
-            javax.jws.*;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            javax.portlet.*;resolution:=optional,
-            javax.servlet,
-            javax.servlet.http,
-            javax.servlet.annotation;resolution:=optional,
-            javax.servlet.jsp.*;resolution:=optional,
-            javax.validation;resolution:=optional,
-            javax.xml.*;resolution:=optional,
-            okhttp3;resolution:=optional,
-            org.aopalliance.*;version="[1,2)",
-            org.apache.commons.fileupload.*;version="[1.3,2)";resolution:=optional,
-            org.apache.commons.logging.*;version="[1.1.1,2)",
-            org.apache.http.*;version="[4,5)";resolution:=optional,
-            org.apache.log4j.*;version="[1.2,2)";resolution:=optional,
-            org.springframework.aop.*;version="[${pkgVersion},5.1)",
-            org.springframework.beans.*;version="[${pkgVersion},5.1)",
-            org.springframework.context.*;version="[${pkgVersion},5.1)",
-            org.springframework.core.*;version="[${pkgVersion},5.1)",
-            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jndi.*;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.oxm.*;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.remoting.*;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.stereotype.*;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.ui.*;version="[${pkgVersion},5.1)",
-            org.springframework.util.*;version="[${pkgVersion},5.1)",
-            org.springframework.validation.*;version="[${pkgVersion},5.1)", 
-            org.joda.time;version="[2,3)";resolution:=optional,
-            org.joda.time.format;version="[2,3)";resolution:=optional,
-            com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional,
-            org.xml.sax.*;resolution:=optional,
-            org.w3c.dom.*;resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            META-INF.services*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-aop</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-context</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-oxm</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-aop</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-context</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-oxm</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>**/*.properties</include>
-                                        <include>META-INF/web-fragment.xml</include>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-web-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-web-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 5746040..0000000
--- a/spring-web-5.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Spring Framework Web module.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-web-5.0.3.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-web-5.0.3.RELEASE/pom.xml b/spring-web-5.0.3.RELEASE/pom.xml
new file mode 100644
index 0000000..e026846
--- /dev/null
+++ b/spring-web-5.0.3.RELEASE/pom.xml
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-web</artifactId>
+    <version>5.0.3.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-web</pkgArtifactId>
+        <pkgVersion>5.0.3.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.squareup.okhttp.internal.http;resolution:=optional,
+            javax.net.ssl, okhttp3.internal.http;resolution:=optional,
+            com.caucho.*;version="[4,5)";resolution:=optional,
+            com.fasterxml.jackson.*;version="[2,3)";resolution:=optional,
+            com.google.gson;version="[2.3,3)";resolution:=optional,
+            com.google.gson.reflect;version="[2.3,3)";resolution:=optional,
+            com.google.protobuf;version="[2.6,3)";resolution:=optional,
+            com.googlecode.protobuf.format;resolution:=optional,
+            com.squareup.okhttp;version="[2.4,3)";resolution:=optional,
+            com.rometools.rome.feed;version="[1.5,2)";resolution:=optional,
+            com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional,
+            com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional,
+            com.rometools.rome.io;version="[1.5,2)";resolution:=optional,
+            com.sun.net.*;resolution:=optional,
+            groovy.lang;version="[2.4,3)";resolution:=optional,
+            io.netty.bootstrap;resolution:=optional,
+            io.netty.buffer;resolution:=optional, 
+            io.netty.channel;resolution:=optional, 
+            io.netty.channel.nio;resolution:=optional, 
+            io.netty.channel.socket;resolution:=optional, 
+            io.netty.channel.socket.nio;resolution:=optional, 
+            io.netty.handler.codec.http;resolution:=optional, 
+            io.netty.handler.ssl;resolution:=optional, 
+            io.netty.handler.timeout;resolution:=optional, 
+            io.netty.util.concurrent;resolution:=optional,
+            javax.activation.*;resolution:=optional,
+            javax.el.*;resolution:=optional,
+            javax.faces.*;resolution:=optional,
+            javax.imageio.*;resolution:=optional,
+            javax.jws.*;resolution:=optional,
+            javax.mail.internet;resolution:=optional,
+            javax.portlet.*;resolution:=optional,
+            javax.servlet,
+            javax.servlet.http,
+            javax.servlet.annotation;resolution:=optional,
+            javax.servlet.jsp.*;resolution:=optional,
+            javax.validation;resolution:=optional,
+            javax.xml.*;resolution:=optional,
+            okhttp3;resolution:=optional,
+            org.aopalliance.*;version="[1,2)",
+            org.apache.commons.fileupload.*;version="[1.3,2)";resolution:=optional,
+            org.apache.commons.logging.*;version="[1.1.1,2)",
+            org.apache.http.*;version="[4,5)";resolution:=optional,
+            org.apache.log4j.*;version="[1.2,2)";resolution:=optional,
+            org.springframework.aop.*;version="[${pkgVersion},5.1)",
+            org.springframework.beans.*;version="[${pkgVersion},5.1)",
+            org.springframework.context.*;version="[${pkgVersion},5.1)",
+            org.springframework.core.*;version="[${pkgVersion},5.1)",
+            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.jndi.*;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.oxm.*;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.remoting.*;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.stereotype.*;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.ui.*;version="[${pkgVersion},5.1)",
+            org.springframework.util.*;version="[${pkgVersion},5.1)",
+            org.springframework.validation.*;version="[${pkgVersion},5.1)", 
+            org.joda.time;version="[2,3)";resolution:=optional,
+            org.joda.time.format;version="[2,3)";resolution:=optional,
+            com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional,
+            org.xml.sax.*;resolution:=optional,
+            org.w3c.dom.*;resolution:=optional
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            META-INF.services*
+        </servicemix.osgi.private.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-aop</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-oxm</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-aop</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-oxm</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <includes>
+                                        <include>**/*.properties</include>
+                                        <include>META-INF/web-fragment.xml</include>
+                                        <include>META-INF/services/**</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c73875e6/spring-web-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-web-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..5746040
--- /dev/null
+++ b/spring-web-5.0.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework Web module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m