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/08/05 05:03:54 UTC

[3/5] servicemix-bundles git commit: [SM-3775] Create OSGi bundles for Spring 5.0.8.RELEASE

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/70f56a2c/spring-jdbc-5.0.7.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-jdbc-5.0.7.RELEASE/pom.xml b/spring-jdbc-5.0.7.RELEASE/pom.xml
deleted file mode 100644
index c934dee..0000000
--- a/spring-jdbc-5.0.7.RELEASE/pom.xml
+++ /dev/null
@@ -1,173 +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-jdbc</artifactId>
-    <version>5.0.7.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-jdbc</pkgArtifactId>
-        <pkgVersion>5.0.7.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.ibm.websphere.rsadapter;resolution:=optional,
-            com.ibm.ws.rsadapter.jdbc;resolution:=optional,
-            com.mchange.v2.c3p0;version="[0.9,2)";resolution:=optional,
-            com.sun.rowset;version="[1.0.1,2)";resolution:=optional,
-            javax.naming;resolution:=optional,
-            javax.sql,
-            javax.sql.rowset,
-            javax.transaction;resolution:=optional,
-            javax.xml.transform;resolution:=optional,
-            javax.xml.transform.dom;resolution:=optional,
-            oracle.jdbc;resolution:=optional,
-            oracle.sql;resolution:=optional,
-            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.apache.derby.impl.io;version="[10,11)";resolution:=optional,
-            org.apache.derby.jdbc;version="[10,11)";resolution:=optional,
-            org.h2;version="[1,2)";resolution:=optional,
-            org.hsqldb;version="[2,3)";resolution:=optional,
-            org.jboss.resource.adapter.jdbc;resolution:=optional,
-            org.springframework.beans;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.config;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)",
-            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)",
-            org.springframework.context;version="[${pkgVersion},5.1)",
-            org.springframework.core;version="[${pkgVersion},5.1)",
-            org.springframework.core.io;version="[${pkgVersion},5.1)",
-            org.springframework.core.io.support;version="[${pkgVersion},5.1)",
-            org.springframework.core.convert;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core.convert.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.dao;version="[${pkgVersion},5.1)",
-            org.springframework.dao.support;version="[${pkgVersion},5.1)",
-            org.springframework.jndi;version="[${pkgVersion},5.1)",
-            org.springframework.transaction;version="[${pkgVersion},5.1)",
-            org.springframework.transaction.support;version="[${pkgVersion},5.1)",
-            org.springframework.util;version="[${pkgVersion},5.1)",
-            org.springframework.util.xml;version="[${pkgVersion},5.1)",
-            org.w3c.dom;resolution:=optional,
-            weblogic.jdbc.extensions;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>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-tx</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>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-tx</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>**/*.xml</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/70f56a2c/spring-jdbc-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-jdbc-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 90464fc..0000000
--- a/spring-jdbc-5.0.7.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 JDBC 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/70f56a2c/spring-jdbc-5.0.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-jdbc-5.0.8.RELEASE/pom.xml b/spring-jdbc-5.0.8.RELEASE/pom.xml
new file mode 100644
index 0000000..e204773
--- /dev/null
+++ b/spring-jdbc-5.0.8.RELEASE/pom.xml
@@ -0,0 +1,172 @@
+<?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-jdbc</artifactId>
+    <version>5.0.8.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>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-jdbc</pkgArtifactId>
+        <pkgVersion>5.0.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.ibm.websphere.rsadapter;resolution:=optional,
+            com.ibm.ws.rsadapter.jdbc;resolution:=optional,
+            com.mchange.v2.c3p0;version="[0.9,2)";resolution:=optional,
+            com.sun.rowset;version="[1.0.1,2)";resolution:=optional,
+            javax.naming;resolution:=optional,
+            javax.sql,
+            javax.sql.rowset,
+            javax.transaction;resolution:=optional,
+            javax.xml.transform;resolution:=optional,
+            javax.xml.transform.dom;resolution:=optional,
+            oracle.jdbc;resolution:=optional,
+            oracle.sql;resolution:=optional,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.apache.derby.impl.io;version="[10,11)";resolution:=optional,
+            org.apache.derby.jdbc;version="[10,11)";resolution:=optional,
+            org.h2;version="[1,2)";resolution:=optional,
+            org.hsqldb;version="[2,3)";resolution:=optional,
+            org.jboss.resource.adapter.jdbc;resolution:=optional,
+            org.springframework.beans;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.config;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.support;version="[${pkgVersion},5.1)",
+            org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)",
+            org.springframework.context;version="[${pkgVersion},5.1)",
+            org.springframework.core;version="[${pkgVersion},5.1)",
+            org.springframework.core.io;version="[${pkgVersion},5.1)",
+            org.springframework.core.io.support;version="[${pkgVersion},5.1)",
+            org.springframework.core.convert;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core.convert.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.dao;version="[${pkgVersion},5.1)",
+            org.springframework.dao.support;version="[${pkgVersion},5.1)",
+            org.springframework.jndi;version="[${pkgVersion},5.1)",
+            org.springframework.transaction;version="[${pkgVersion},5.1)",
+            org.springframework.transaction.support;version="[${pkgVersion},5.1)",
+            org.springframework.util;version="[${pkgVersion},5.1)",
+            org.springframework.util.xml;version="[${pkgVersion},5.1)",
+            org.w3c.dom;resolution:=optional,
+            weblogic.jdbc.extensions;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>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-tx</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>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-tx</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>**/*.xml</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/70f56a2c/spring-jdbc-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-jdbc-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..90464fc
--- /dev/null
+++ b/spring-jdbc-5.0.8.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 JDBC 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/70f56a2c/spring-jms-5.0.7.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-jms-5.0.7.RELEASE/pom.xml b/spring-jms-5.0.7.RELEASE/pom.xml
deleted file mode 100644
index 64c8ea4..0000000
--- a/spring-jms-5.0.7.RELEASE/pom.xml
+++ /dev/null
@@ -1,235 +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-jms</artifactId>
-    <version>5.0.7.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-jms</pkgArtifactId>
-        <pkgVersion>5.0.7.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional,
-            com.fasterxml.jackson.core;version="[2,4)";resolution:=optional,
-            com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional,
-            com.fasterxml.jackson.databind.type;version="[2,4)";resolution:=optional,
-            io.netty.channel;resolution:=optional,
-            io.netty.channel.nio;resolution:=optional,
-            io.netty.util.concurrent;resolution:=optional,
-            javax.jms,
-            javax.naming;resolution:=optional,
-            javax.resource;resolution:=optional,
-            javax.resource.spi;resolution:=optional,
-            javax.resource.spi.endpoint;resolution:=optional,
-            javax.xml.transform;resolution:=optional,
-            javax.xml.transform.stream;resolution:=optional,
-            org.aopalliance.intercept;version="[1,2)";resolution:=optional,
-            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.codehaus.jackson.map;version="[2,3)";resolution:=optional,
-            org.codehaus.jackson.map.type;version="[2,3)";resolution:=optional,
-            org.codehaus.jackson.type;version="[2,3)";resolution:=optional,
-            org.reactivestreams;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)",
-            org.springframework.beans.factory;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.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.core;version="[${pkgVersion},5.1)",
-            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
-            org.springframework.core.convert;version="[${pkgVersion},5.1)",
-            org.springframework.core.convert.support;version="[${pkgVersion},5.1)",
-            org.springframework.core.task;version="[${pkgVersion},5.1)",
-            org.springframework.expression;version="[${pkgVersion},5.1)",
-            org.springframework.expression.spel;version="[${pkgVersion},5.1)",
-            org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)",
-            org.springframework.expression.spel.support;version="[${pkgVersion},5.1)",
-            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jca.endpoint;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.remoting.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.scheduling.concurrent;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},5.1)",
-            org.springframework.util.backoff;version="[${pkgVersion},5.1)",
-            org.springframework.util.concurrent;version="[${pkgVersion},5.1)",
-            org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.validation.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            reactor;resolution:=optional,
-            reactor.bus.spec;resolution:=optional,
-            reactor.core;resolution:=optional,
-            reactor.core.config;resolution:=optional,
-            reactor.core.composable;resolution:=optional,
-            reactor.core.composable.spec;resolution:=optional,
-            reactor.core.configuration;resolution:=optional,
-            reactor.core.spec.support;resolution:=optional,
-            reactor.core.support;resolution:=optional,
-            reactor.fn;resolution:=optional,
-            reactor.fn.tuple;resolution:=optional,
-            reactor.function;resolution:=optional,
-            reactor.io;resolution:=optional,
-            reactor.io.buffer;resolution:=optional,
-            reactor.io.codec;resolution:=optional,
-            reactor.io.encoding;resolution:=optional,
-            reactor.io.net;resolution:=optional,
-            reactor.io.net.config;resolution:=optional,
-            reactor.io.net.impl.netty;resolution:=optional,
-            reactor.io.net.impl.netty.tcp;resolution:=optional,
-            reactor.io.net.tcp;resolution:=optional,
-            reactor.net;resolution:=optional,
-            reactor.net.netty.tcp;resolution:=optional,
-            reactor.net.tcp;resolution:=optional,
-            reactor.net.tcp.spec;resolution:=optional,
-            reactor.tuple;resolution:=optional,
-            reactor.rx;resolution:=optional,
-            reactor.rx.action;resolution:=optional,
-            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-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-tx</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-tx</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/70f56a2c/spring-jms-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-jms-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 10652ae..0000000
--- a/spring-jms-5.0.7.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 JMS 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/70f56a2c/spring-jms-5.0.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-jms-5.0.8.RELEASE/pom.xml b/spring-jms-5.0.8.RELEASE/pom.xml
new file mode 100644
index 0000000..ccb4399
--- /dev/null
+++ b/spring-jms-5.0.8.RELEASE/pom.xml
@@ -0,0 +1,234 @@
+<?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-jms</artifactId>
+    <version>5.0.8.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>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-jms</pkgArtifactId>
+        <pkgVersion>5.0.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional,
+            com.fasterxml.jackson.core;version="[2,4)";resolution:=optional,
+            com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional,
+            com.fasterxml.jackson.databind.type;version="[2,4)";resolution:=optional,
+            io.netty.channel;resolution:=optional,
+            io.netty.channel.nio;resolution:=optional,
+            io.netty.util.concurrent;resolution:=optional,
+            javax.jms,
+            javax.naming;resolution:=optional,
+            javax.resource;resolution:=optional,
+            javax.resource.spi;resolution:=optional,
+            javax.resource.spi.endpoint;resolution:=optional,
+            javax.xml.transform;resolution:=optional,
+            javax.xml.transform.stream;resolution:=optional,
+            org.aopalliance.intercept;version="[1,2)";resolution:=optional,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.codehaus.jackson.map;version="[2,3)";resolution:=optional,
+            org.codehaus.jackson.map.type;version="[2,3)";resolution:=optional,
+            org.codehaus.jackson.type;version="[2,3)";resolution:=optional,
+            org.reactivestreams;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)",
+            org.springframework.beans.factory;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.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.core;version="[${pkgVersion},5.1)",
+            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
+            org.springframework.core.convert;version="[${pkgVersion},5.1)",
+            org.springframework.core.convert.support;version="[${pkgVersion},5.1)",
+            org.springframework.core.task;version="[${pkgVersion},5.1)",
+            org.springframework.expression;version="[${pkgVersion},5.1)",
+            org.springframework.expression.spel;version="[${pkgVersion},5.1)",
+            org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)",
+            org.springframework.expression.spel.support;version="[${pkgVersion},5.1)",
+            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.jca.endpoint;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.remoting.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.scheduling.concurrent;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.util;version="[${pkgVersion},5.1)",
+            org.springframework.util.backoff;version="[${pkgVersion},5.1)",
+            org.springframework.util.concurrent;version="[${pkgVersion},5.1)",
+            org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.validation.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            reactor;resolution:=optional,
+            reactor.bus.spec;resolution:=optional,
+            reactor.core;resolution:=optional,
+            reactor.core.config;resolution:=optional,
+            reactor.core.composable;resolution:=optional,
+            reactor.core.composable.spec;resolution:=optional,
+            reactor.core.configuration;resolution:=optional,
+            reactor.core.spec.support;resolution:=optional,
+            reactor.core.support;resolution:=optional,
+            reactor.fn;resolution:=optional,
+            reactor.fn.tuple;resolution:=optional,
+            reactor.function;resolution:=optional,
+            reactor.io;resolution:=optional,
+            reactor.io.buffer;resolution:=optional,
+            reactor.io.codec;resolution:=optional,
+            reactor.io.encoding;resolution:=optional,
+            reactor.io.net;resolution:=optional,
+            reactor.io.net.config;resolution:=optional,
+            reactor.io.net.impl.netty;resolution:=optional,
+            reactor.io.net.impl.netty.tcp;resolution:=optional,
+            reactor.io.net.tcp;resolution:=optional,
+            reactor.net;resolution:=optional,
+            reactor.net.netty.tcp;resolution:=optional,
+            reactor.net.tcp;resolution:=optional,
+            reactor.net.tcp.spec;resolution:=optional,
+            reactor.tuple;resolution:=optional,
+            reactor.rx;resolution:=optional,
+            reactor.rx.action;resolution:=optional,
+            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-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-tx</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-tx</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/70f56a2c/spring-jms-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-jms-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..10652ae
--- /dev/null
+++ b/spring-jms-5.0.8.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 JMS 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/70f56a2c/spring-messaging-5.0.7.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-messaging-5.0.7.RELEASE/pom.xml b/spring-messaging-5.0.7.RELEASE/pom.xml
deleted file mode 100644
index c4cf55d..0000000
--- a/spring-messaging-5.0.7.RELEASE/pom.xml
+++ /dev/null
@@ -1,179 +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-messaging</artifactId>
-    <version>5.0.7.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-messaging</pkgArtifactId>
-        <pkgVersion>5.0.7.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional,
-            com.fasterxml.jackson.core;version="[2,4)";resolution:=optional,
-            com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional,
-            io.netty.channel;version="[4,5)";resolution:=optional,
-            io.netty.channel.nio;version="[4,5)";resolution:=optional,
-            io.netty.util.concurrent;version="[4,5)";resolution:=optional,
-            javax.xml.transform;resolution:=optional,
-            javax.xml.transform.stream;resolution:=optional,
-            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.reactivestreams;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.config;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.event;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.core;version="[${pkgVersion},5.1)",
-            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
-            org.springframework.core.convert;version="[${pkgVersion},5.1)",
-            org.springframework.core.convert.support;version="[${pkgVersion},5.1)",
-            org.springframework.expression;version="[${pkgVersion},5.1)",
-            org.springframework.expression.spel;version="[${pkgVersion},5.1)",
-            org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)",
-            org.springframework.expression.spel.support;version="[${pkgVersion},5.1)",
-            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.oxm;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.scheduling.concurrent;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)";resolution:=optional,
-            org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.validation.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
-            reactor.core;resolution:=optional,
-            reactor.core.configuration;resolution:=optional,
-            reactor.core.composable;resolution:=optional,
-            reactor.core.composable.spec;resolution:=optional,
-            reactor.core.spec.support;resolution:=optional,
-            reactor.function;resolution:=optional,
-            reactor.function.support;resolution:=optional,
-            reactor.io;resolution:=optional,
-            reactor.tcp;resolution:=optional,
-            reactor.tcp.encoding;resolution:=optional,
-            reactor.tcp.netty;resolution:=optional,
-            reactor.tcp.spec;resolution:=optional,
-            reactor.tuple;resolution:=optional,
-            reactor.*;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-context</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-context</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>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </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/70f56a2c/spring-messaging-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-messaging-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 61382aa..0000000
--- a/spring-messaging-5.0.7.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 Messaging 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/70f56a2c/spring-messaging-5.0.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-messaging-5.0.8.RELEASE/pom.xml b/spring-messaging-5.0.8.RELEASE/pom.xml
new file mode 100644
index 0000000..0078e07
--- /dev/null
+++ b/spring-messaging-5.0.8.RELEASE/pom.xml
@@ -0,0 +1,178 @@
+<?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-messaging</artifactId>
+    <version>5.0.8.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>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-messaging</pkgArtifactId>
+        <pkgVersion>5.0.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional,
+            com.fasterxml.jackson.core;version="[2,4)";resolution:=optional,
+            com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional,
+            io.netty.channel;version="[4,5)";resolution:=optional,
+            io.netty.channel.nio;version="[4,5)";resolution:=optional,
+            io.netty.util.concurrent;version="[4,5)";resolution:=optional,
+            javax.xml.transform;resolution:=optional,
+            javax.xml.transform.stream;resolution:=optional,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.reactivestreams;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.config;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.event;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.core;version="[${pkgVersion},5.1)",
+            org.springframework.core.annotation;version="[${pkgVersion},5.1)",
+            org.springframework.core.convert;version="[${pkgVersion},5.1)",
+            org.springframework.core.convert.support;version="[${pkgVersion},5.1)",
+            org.springframework.expression;version="[${pkgVersion},5.1)",
+            org.springframework.expression.spel;version="[${pkgVersion},5.1)",
+            org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)",
+            org.springframework.expression.spel.support;version="[${pkgVersion},5.1)",
+            org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.oxm;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.scheduling.concurrent;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)";resolution:=optional,
+            org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional,
+            org.springframework.validation.annotation;version="[${pkgVersion},5.1)";resolution:=optional,
+            reactor.core;resolution:=optional,
+            reactor.core.configuration;resolution:=optional,
+            reactor.core.composable;resolution:=optional,
+            reactor.core.composable.spec;resolution:=optional,
+            reactor.core.spec.support;resolution:=optional,
+            reactor.function;resolution:=optional,
+            reactor.function.support;resolution:=optional,
+            reactor.io;resolution:=optional,
+            reactor.tcp;resolution:=optional,
+            reactor.tcp.encoding;resolution:=optional,
+            reactor.tcp.netty;resolution:=optional,
+            reactor.tcp.spec;resolution:=optional,
+            reactor.tuple;resolution:=optional,
+            reactor.*;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-context</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-context</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>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </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/70f56a2c/spring-messaging-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-messaging-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-5.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..61382aa
--- /dev/null
+++ b/spring-messaging-5.0.8.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 Messaging 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/70f56a2c/spring-orm-5.0.7.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-orm-5.0.7.RELEASE/pom.xml b/spring-orm-5.0.7.RELEASE/pom.xml
deleted file mode 100644
index 3d7bb16..0000000
--- a/spring-orm-5.0.7.RELEASE/pom.xml
+++ /dev/null
@@ -1,261 +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-orm</artifactId>
-    <version>5.0.7.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-orm</pkgArtifactId>
-        <pkgVersion>5.0.7.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.ibatis.common.xml;resolution:=optional,
-            com.ibatis.sqlmap.client;resolution:=optional,
-            com.ibatis.sqlmap.client.event;resolution:=optional,
-            com.ibatis.sqlmap.engine.builder.xml;resolution:=optional,
-            com.ibatis.sqlmap.engine.impl;resolution:=optional,
-            com.ibatis.sqlmap.engine.transaction;resolution:=optional,
-            com.ibatis.sqlmap.engine.transaction.external;resolution:=optional,
-            com.ibatis.sqlmap.engine.type;resolution:=optional,
-            javax.jdo;resolution:=optional,
-            javax.jdo.datastore;resolution:=optional,
-            javax.persistence;resolution:=optional,
-            javax.persistence.criteria;resolution:=optional,
-            javax.persistence.metamodel;resolution:=optional,
-            javax.persistence.spi;resolution:=optional,
-            javax.servlet;resolution:=optional,
-            javax.servlet.http;resolution:=optional,
-            javax.sql;resolution:=optional,
-            javax.transaction;resolution:=optional,
-            javax.xml.parsers;resolution:=optional,
-            oracle.toplink.essentials.ejb.cmp3;resolution:=optional,
-            oracle.toplink.essentials.expressions;resolution:=optional,
-            oracle.toplink.essentials.internal.databaseaccess;resolution:=optional,
-            oracle.toplink.essentials.internal.sessions;resolution:=optional,
-            oracle.toplink.essentials.sessions;resolution:=optional,
-            org.aopalliance.intercept;version="[1,2)",
-            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.apache.openjpa.persistence;version="[2,3)";resolution:=optional,
-            org.apache.openjpa.persistence.jdbc;version="[2,3)";resolution:=optional,
-            org.eclipse.persistence.config;version="[2,3)";resolution:=optional,
-            org.eclipse.persistence.internal.databaseaccess;version="[2,3)";resolution:=optional,
-            org.eclipse.persistence.internal.sessions;version="[2,3)";resolution:=optional,
-            org.eclipse.persistence.jpa;version="[2,3)";resolution:=optional,
-            org.eclipse.persistence.logging;version="[2,3)";resolution:=optional,
-            org.eclipse.persistence.sessions;version="[2,3)";resolution:=optional,
-            org.hibernate;version="[3,6)";resolution:=optional,
-            org.hibernate.annotations;version="[3,6)";resolution:=optional,
-            org.hibernate.boot;version="[3,6)";resolution:=optional,
-            org.hibernate.boot.model.naming;version="[3,6)";resolution:=optional,
-            org.hibernate.boot.registry;version="[3,6)";resolution:=optional,
-            org.hibernate.cache;version="[3,6)";resolution:=optional,
-            org.hibernate.cache.access;version="[3,6)";resolution:=optional,
-            org.hibernate.cache.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.cfg;version="[3,6)";resolution:=optional,
-            org.hibernate.classic;version="[3,6)";resolution:=optional,
-            org.hibernate.connection;version="[3,6)";resolution:=optional,
-            org.hibernate.context;version="[3,6)";resolution:=optional,
-            org.hibernate.context.internal;version="[3,6)";resolution:=optional,
-            org.hibernate.context.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.criterion;version="[3,6)";resolution:=optional,
-            org.hibernate.dialect;version="[3,6)";resolution:=optional,
-            org.hibernate.dialect.lock;version="[3,6)";resolution:=optional,
-            org.hibernate.ejb;version="[3,6)";resolution:=optional,
-            org.hibernate.engine;version="[3,6)";resolution:=optional,
-            org.hibernate.engine.jdbc.connections.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.engine.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.engine.jdbc.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.engine.transaction.internal.jta;version="[3,6)";resolution:=optional,
-            org.hibernate.engine.transaction.jta.platform.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.engine.transaction.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.event;version="[3,6)";resolution:=optional,
-            org.hibernate.event.def;version="[3,6)";resolution:=optional,
-            org.hibernate.exception;version="[3,6)";resolution:=optional,
-            org.hibernate.impl;version="[3,6)";resolution:=optional,
-            org.hibernate.jdbc;version="[3,6)";resolution:=optional,
-            org.hibernate.jpa;version="[3,6)";resolution:=optional,
-            org.hibernate.jpa.boot.internal;version="[3,6)";resolution:=optional,
-            org.hibernate.jpa.boot.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.persister.entity;version="[3,6)";resolution:=optional,
-            org.hibernate.query;version="[3,6)";resolution:=optional,
-            org.hibernate.resource.transaction.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.resource.jdbc.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.service;version="[3,6)";resolution:=optional,
-            org.hibernate.service.jdbc.connections.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.service.jta.platform.internal;version="[3,6)";resolution:=optional,
-            org.hibernate.service.jta.platform.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.service.spi;version="[3,6)";resolution:=optional,
-            org.hibernate.tool.hbm2ddl;version="[3,6)";resolution:=optional,
-            org.hibernate.transaction;version="[3,6)";resolution:=optional,
-            org.hibernate.transform;version="[3,6)";resolution:=optional,
-            org.hibernate.type;version="[3,6)";resolution:=optional,
-            org.hibernate.usertype;version="[3,6)";resolution:=optional,
-            org.hibernate.util;version="[3,6)";resolution:=optional,
-            org.springframework.aop.scope;version="[${pkgVersion},5.1)",
-            org.springframework.aop.support;version="[${pkgVersion},5.1)",
-            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.support;version="[${pkgVersion},5.1)",
-            org.springframework.context;version="[${pkgVersion},5.1)",
-            org.springframework.context.weaving;version="[${pkgVersion},5.1)",
-            org.springframework.core;version="[${pkgVersion},5.1)",
-            org.springframework.core.io;version="[${pkgVersion},5.1)",
-            org.springframework.core.io.support;version="[${pkgVersion},5.1)",
-            org.springframework.core.task;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.dao;version="[${pkgVersion},5.1)",
-            org.springframework.dao.support;version="[${pkgVersion},5.1)",
-            org.springframework.instrument;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.instrument.classloading;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.jdbc;version="[${pkgVersion},5.1)",
-            org.springframework.jdbc.datasource;version="[${pkgVersion},5.1)",
-            org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},5.1)",
-            org.springframework.jdbc.support;version="[${pkgVersion},5.1)",
-            org.springframework.jdbc.support.lob;version="[${pkgVersion},5.1)",
-            org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.transaction;version="[${pkgVersion},5.1)",
-            org.springframework.transaction.jta;version="[${pkgVersion},5.1)",
-            org.springframework.transaction.support;version="[${pkgVersion},5.1)",
-            org.springframework.ui;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},5.1)";resolution:=optional,
-            org.springframework.util.xml;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.filter;version="[${pkgVersion},5.1)";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-beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-jdbc</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-tx</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>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-jdbc</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-tx</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>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </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/70f56a2c/spring-orm-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-orm-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-orm-5.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index dad88ba..0000000
--- a/spring-orm-5.0.7.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 ORM module.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m