Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 7757723f6 -> 0ffb6decc


[SM-3751] Create OSGi bundles for spring-data 2.0.8.RELEASE


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0ffb6dec
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0ffb6dec
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0ffb6dec

Branch: refs/heads/master
Commit: 0ffb6decc1f61b491dfcbaab363a893ee08d2cab
Parents: 7757723
Author: Jean-Baptiste Onofré <jbono...@apache.org>
Authored: Mon Jul 2 07:34:16 2018 +0200
Committer: Jean-Baptiste Onofré <jbono...@apache.org>
Committed: Mon Jul 2 07:34:16 2018 +0200

----------------------------------------------------------------------
 pom.xml                                         |   3 +
 spring-data-commons-2.0.5.RELEASE/pom.xml       | 148 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 --
 spring-data-commons-2.0.8.RELEASE/pom.xml       | 147 ++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  11 ++
 spring-data-keyvalue-2.0.5.RELEASE/pom.xml      | 104 -------------
 .../src/main/resources/OSGI-INF/bundle.info     |  58 --------
 spring-data-keyvalue-2.0.8.RELEASE/pom.xml      | 103 +++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  58 ++++++++
 spring-data-redis-2.0.5.RELEASE/pom.xml         | 104 -------------
 .../src/main/resources/OSGI-INF/bundle.info     |  58 --------
 spring-data-redis-2.0.8.RELEASE/pom.xml         | 103 +++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  58 ++++++++
 13 files changed, 483 insertions(+), 483 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4eade5c..97d7e5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,9 @@
         <module>xerces-2.12.0</module>
         <module>elasticsearch-6.3.0</module>
         <module>elasticsearch-client-6.3.0</module>
+        <module>spring-data-commons-2.0.8.RELEASE</module>
+        <module>spring-data-keyvalue-2.0.8.RELEASE</module>
+        <module>spring-data-redis-2.0.8.RELEASE</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-commons-2.0.5.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-commons-2.0.5.RELEASE/pom.xml 
b/spring-data-commons-2.0.5.RELEASE/pom.xml
deleted file mode 100644
index afe45a9..0000000
--- a/spring-data-commons-2.0.5.RELEASE/pom.xml
+++ /dev/null
@@ -1,148 +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-data-commons</artifactId>
-    <version>2.0.5.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.data</pkgGroupId>
-        <pkgArtifactId>spring-data-commons</pkgArtifactId>
-        <pkgVersion>2.0.5.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework.data
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.xml.transform;resolution:=optional,
-            
com.fasterxml.jackson.annotation;resolution:=optional;version="[2,4)",
-            com.fasterxml.jackson.core;resolution:=optional;version="[2,4)",
-            
com.fasterxml.jackson.databind*;resolution:=optional;version="[2,4)",
-            com.google.common.base;resolution:=optional;version="[15,25)",
-            com.querydsl.core*;resolution:=optional;version="[4,6)",
-            javax.enterprise*;resolution:=optional,
-            javax.inject;resolution:=optional,
-            javax.xml.bind.annotation;resolution:=optional,
-            javax.xml.bind.annotation.adapters;resolution:=optional,
-            javax.xml.transform.stream;resolution:=optional,
-            org.aopalliance.aop;resolution:=optional,
-            org.aopalliance.intercept;resolution:=optional,
-            org.joda.time;resolution:=optional,
-            org.slf4j;resolution:=optional,
-            org.springframework.aop*;version="[5,6)",
-            org.springframework.asm;version="[5,6)",
-            org.springframework.beans*;version="[5,6)",
-            org.springframework.core*;version="[5,6)",
-            org.springframework.context*;version="[5,6)",
-            org.springframework.dao*;resolution:=optional;version="[5,6)",
-            
org.springframework.expression*;resolution:=optional;version="[5,6)",
-            org.springframework.format*;version="[5,6)",
-            org.springframework.hateoas*;resolution:=optional,
-            org.springframework.oxm;resolution:=optional;version="[5,6)",
-            org.springframework.scheduling.annotation;version="[5,6)",
-            
org.springframework.transaction*;resolution:=optional;version="[5,6)",
-            org.springframework.util*;version="[5,6)",
-            org.springframework.web*;resolution:=optional;version="[5,6)",
-            org.threeten.bp;resolution:=optional;version="[1.3,3)",
-            scala;resolution:=optional;version="[2.10,2.13)",
-            org.w3c.dom;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</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/0ffb6dec/spring-data-commons-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-data-commons-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-data-commons-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 50a012d..0000000
--- a/spring-data-commons-2.0.5.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 Data Commons 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/0ffb6dec/spring-data-commons-2.0.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-commons-2.0.8.RELEASE/pom.xml 
b/spring-data-commons-2.0.8.RELEASE/pom.xml
new file mode 100644
index 0000000..942a577
--- /dev/null
+++ b/spring-data-commons-2.0.8.RELEASE/pom.xml
@@ -0,0 +1,147 @@
+<?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-data-commons</artifactId>
+    <version>2.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.data</pkgGroupId>
+        <pkgArtifactId>spring-data-commons</pkgArtifactId>
+        <pkgVersion>2.0.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.data
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.xml.transform;resolution:=optional,
+            
com.fasterxml.jackson.annotation;resolution:=optional;version="[2,4)",
+            com.fasterxml.jackson.core;resolution:=optional;version="[2,4)",
+            
com.fasterxml.jackson.databind*;resolution:=optional;version="[2,4)",
+            com.google.common.base;resolution:=optional;version="[15,25)",
+            com.querydsl.core*;resolution:=optional;version="[4,6)",
+            javax.enterprise*;resolution:=optional,
+            javax.inject;resolution:=optional,
+            javax.xml.bind.annotation;resolution:=optional,
+            javax.xml.bind.annotation.adapters;resolution:=optional,
+            javax.xml.transform.stream;resolution:=optional,
+            org.aopalliance.aop;resolution:=optional,
+            org.aopalliance.intercept;resolution:=optional,
+            org.joda.time;resolution:=optional,
+            org.slf4j;resolution:=optional,
+            org.springframework.aop*;version="[5,6)",
+            org.springframework.asm;version="[5,6)",
+            org.springframework.beans*;version="[5,6)",
+            org.springframework.core*;version="[5,6)",
+            org.springframework.context*;version="[5,6)",
+            org.springframework.dao*;resolution:=optional;version="[5,6)",
+            
org.springframework.expression*;resolution:=optional;version="[5,6)",
+            org.springframework.format*;version="[5,6)",
+            org.springframework.hateoas*;resolution:=optional,
+            org.springframework.oxm;resolution:=optional;version="[5,6)",
+            org.springframework.scheduling.annotation;version="[5,6)",
+            
org.springframework.transaction*;resolution:=optional;version="[5,6)",
+            org.springframework.util*;version="[5,6)",
+            org.springframework.web*;resolution:=optional;version="[5,6)",
+            org.threeten.bp;resolution:=optional;version="[1.3,3)",
+            scala;resolution:=optional;version="[2.10,2.13)",
+            org.w3c.dom;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</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/0ffb6dec/spring-data-commons-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-data-commons-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-data-commons-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..50a012d
--- /dev/null
+++ b/spring-data-commons-2.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 Data Commons 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/0ffb6dec/spring-data-keyvalue-2.0.5.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-keyvalue-2.0.5.RELEASE/pom.xml 
b/spring-data-keyvalue-2.0.5.RELEASE/pom.xml
deleted file mode 100644
index 8341b94..0000000
--- a/spring-data-keyvalue-2.0.5.RELEASE/pom.xml
+++ /dev/null
@@ -1,104 +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-data-keyvalue</artifactId>
-    <version>2.0.5.RELEASE_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: spring-data-neo4j</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
files.</description>
-
-    <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.data</pkgGroupId>
-       <pkgArtifactId>spring-data-keyvalue</pkgArtifactId>
-        <pkgVersion>2.0.5.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework.data.keyvalue
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-           *
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-           <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-           <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </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>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-keyvalue-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-data-keyvalue-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-data-keyvalue-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2721ca2..0000000
--- a/spring-data-keyvalue-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,58 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m
-        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m
-        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m
-        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The Spring Data Neo4J project offers advanced features to map annotated 
entity classes to the Neo4j Graph Database.
-
-    Spring Data Neo4j is part of the Spring Data project which aims to provide 
convenient support for NoSQL databases.
-
-    This bundle requires the following dependency bundles:
-        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0
-        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2
-        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
-        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1
-        mvn:org.springframework/spring-core/3.1.4.RELEASE
-        mvn:org.springframework/spring-asm/3.1.4.RELEASE
-        mvn:org.springframework/spring-expression/3.1.4.RELEASE
-        mvn:org.springframework/spring-beans/3.1.4.RELEASE
-        mvn:org.springframework/spring-aop/3.1.4.RELEASE
-        mvn:org.springframework/spring-context/3.1.4.RELEASE
-        mvn:org.springframework/spring-context-support/3.1.4.RELEASE
-        mvn:org.springframework/spring-tx/3.1.4.RELEASE
-        mvn:org.springframework/spring-jdbc/3.1.4.RELEASE
-        mvn:org.springframework/spring-orm/3.1.4.RELEASE
-        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0
-        mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2
-        mvn:javax.mail/mail/1.4.5
-        mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
-        mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106
-        mvn:org.ops4j.pax.web/pax-web-api/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-spi/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14
-        mvn:org.springframework/spring-web/3.1.4.RELEASE
-        mvn:org.springframework/spring-webmvc/3.1.4.RELEASE
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-keyvalue-2.0.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-keyvalue-2.0.8.RELEASE/pom.xml 
b/spring-data-keyvalue-2.0.8.RELEASE/pom.xml
new file mode 100644
index 0000000..771934c
--- /dev/null
+++ b/spring-data-keyvalue-2.0.8.RELEASE/pom.xml
@@ -0,0 +1,103 @@
+<?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-data-keyvalue</artifactId>
+    <version>2.0.8.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: spring-data-neo4j</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
files.</description>
+
+    <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.data</pkgGroupId>
+       <pkgArtifactId>spring-data-keyvalue</pkgArtifactId>
+        <pkgVersion>2.0.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.data.keyvalue
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+           *
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+           <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+           <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </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>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-keyvalue-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-data-keyvalue-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-data-keyvalue-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..2721ca2
--- /dev/null
+++ b/spring-data-keyvalue-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,58 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m
+        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m
+        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m
+        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The Spring Data Neo4J project offers advanced features to map annotated 
entity classes to the Neo4j Graph Database.
+
+    Spring Data Neo4j is part of the Spring Data project which aims to provide 
convenient support for NoSQL databases.
+
+    This bundle requires the following dependency bundles:
+        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0
+        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2
+        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
+        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1
+        mvn:org.springframework/spring-core/3.1.4.RELEASE
+        mvn:org.springframework/spring-asm/3.1.4.RELEASE
+        mvn:org.springframework/spring-expression/3.1.4.RELEASE
+        mvn:org.springframework/spring-beans/3.1.4.RELEASE
+        mvn:org.springframework/spring-aop/3.1.4.RELEASE
+        mvn:org.springframework/spring-context/3.1.4.RELEASE
+        mvn:org.springframework/spring-context-support/3.1.4.RELEASE
+        mvn:org.springframework/spring-tx/3.1.4.RELEASE
+        mvn:org.springframework/spring-jdbc/3.1.4.RELEASE
+        mvn:org.springframework/spring-orm/3.1.4.RELEASE
+        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0
+        mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2
+        mvn:javax.mail/mail/1.4.5
+        mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
+        mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106
+        mvn:org.ops4j.pax.web/pax-web-api/1.1.14
+        mvn:org.ops4j.pax.web/pax-web-spi/1.1.14
+        mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14
+        mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14
+        mvn:org.springframework/spring-web/3.1.4.RELEASE
+        mvn:org.springframework/spring-webmvc/3.1.4.RELEASE
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-redis-2.0.5.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-redis-2.0.5.RELEASE/pom.xml 
b/spring-data-redis-2.0.5.RELEASE/pom.xml
deleted file mode 100644
index 7ac58e4..0000000
--- a/spring-data-redis-2.0.5.RELEASE/pom.xml
+++ /dev/null
@@ -1,104 +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-data-redis</artifactId>
-    <version>2.0.5.RELEASE_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: spring-data-neo4j</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
files.</description>
-
-    <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.data</pkgGroupId>
-       <pkgArtifactId>spring-data-redis</pkgArtifactId>
-        <pkgVersion>2.0.5.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework.data.redis
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-           *
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-           <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-           <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </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>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-redis-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-data-redis-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-data-redis-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2721ca2..0000000
--- a/spring-data-redis-2.0.5.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,58 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m
-        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m
-        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m
-        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The Spring Data Neo4J project offers advanced features to map annotated 
entity classes to the Neo4j Graph Database.
-
-    Spring Data Neo4j is part of the Spring Data project which aims to provide 
convenient support for NoSQL databases.
-
-    This bundle requires the following dependency bundles:
-        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0
-        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2
-        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
-        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1
-        mvn:org.springframework/spring-core/3.1.4.RELEASE
-        mvn:org.springframework/spring-asm/3.1.4.RELEASE
-        mvn:org.springframework/spring-expression/3.1.4.RELEASE
-        mvn:org.springframework/spring-beans/3.1.4.RELEASE
-        mvn:org.springframework/spring-aop/3.1.4.RELEASE
-        mvn:org.springframework/spring-context/3.1.4.RELEASE
-        mvn:org.springframework/spring-context-support/3.1.4.RELEASE
-        mvn:org.springframework/spring-tx/3.1.4.RELEASE
-        mvn:org.springframework/spring-jdbc/3.1.4.RELEASE
-        mvn:org.springframework/spring-orm/3.1.4.RELEASE
-        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0
-        mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2
-        mvn:javax.mail/mail/1.4.5
-        mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
-        mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106
-        mvn:org.ops4j.pax.web/pax-web-api/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-spi/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14
-        mvn:org.springframework/spring-web/3.1.4.RELEASE
-        mvn:org.springframework/spring-webmvc/3.1.4.RELEASE
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-redis-2.0.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-redis-2.0.8.RELEASE/pom.xml 
b/spring-data-redis-2.0.8.RELEASE/pom.xml
new file mode 100644
index 0000000..6617c77
--- /dev/null
+++ b/spring-data-redis-2.0.8.RELEASE/pom.xml
@@ -0,0 +1,103 @@
+<?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-data-redis</artifactId>
+    <version>2.0.8.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: spring-data-neo4j</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
files.</description>
+
+    <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.data</pkgGroupId>
+       <pkgArtifactId>spring-data-redis</pkgArtifactId>
+        <pkgVersion>2.0.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.data.redis
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+           *
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+           <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+           <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </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>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ffb6dec/spring-data-redis-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-data-redis-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-data-redis-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..2721ca2
--- /dev/null
+++ b/spring-data-redis-2.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,58 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m
+        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m
+        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m
+        
\u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The Spring Data Neo4J project offers advanced features to map annotated 
entity classes to the Neo4j Graph Database.
+
+    Spring Data Neo4j is part of the Spring Data project which aims to provide 
convenient support for NoSQL databases.
+
+    This bundle requires the following dependency bundles:
+        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0
+        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2
+        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
+        
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1
+        mvn:org.springframework/spring-core/3.1.4.RELEASE
+        mvn:org.springframework/spring-asm/3.1.4.RELEASE
+        mvn:org.springframework/spring-expression/3.1.4.RELEASE
+        mvn:org.springframework/spring-beans/3.1.4.RELEASE
+        mvn:org.springframework/spring-aop/3.1.4.RELEASE
+        mvn:org.springframework/spring-context/3.1.4.RELEASE
+        mvn:org.springframework/spring-context-support/3.1.4.RELEASE
+        mvn:org.springframework/spring-tx/3.1.4.RELEASE
+        mvn:org.springframework/spring-jdbc/3.1.4.RELEASE
+        mvn:org.springframework/spring-orm/3.1.4.RELEASE
+        
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0
+        mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2
+        mvn:javax.mail/mail/1.4.5
+        mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
+        mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106
+        mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106
+        mvn:org.ops4j.pax.web/pax-web-api/1.1.14
+        mvn:org.ops4j.pax.web/pax-web-spi/1.1.14
+        mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14
+        mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14
+        mvn:org.springframework/spring-web/3.1.4.RELEASE
+        mvn:org.springframework/spring-webmvc/3.1.4.RELEASE
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m

Reply via email to