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 2017/09/04 05:42:52 UTC

servicemix-bundles git commit: [SM-3483] Create OSGi bundle for spring-data-commons 1.13.6

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 614e63220 -> c4bd9b614


[SM-3483] Create OSGi bundle for spring-data-commons 1.13.6


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

Branch: refs/heads/master
Commit: c4bd9b614b9f6066faec1e14feeb54e40d5c6a77
Parents: 614e632
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 07:42:02 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 07:42:02 2017 +0200

----------------------------------------------------------------------
 pom.xml                                         |   1 +
 spring-data-commons-1.13.4.RELEASE/pom.xml      | 148 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 --
 spring-data-commons-1.13.6.RELEASE/pom.xml      | 147 ++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  11 ++
 5 files changed, 159 insertions(+), 159 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c4bd9b61/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8229d8e..08eb5b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@
         <module>postgresql-42.1.4.jre7</module>
         <module>saxon-9.8.0-4</module>
         <module>bcprov-jdk15on-1.58</module>
+        <module>spring-data-commons-1.13.6.RELEASE</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c4bd9b61/spring-data-commons-1.13.4.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-commons-1.13.4.RELEASE/pom.xml b/spring-data-commons-1.13.4.RELEASE/pom.xml
deleted file mode 100644
index e5aab72..0000000
--- a/spring-data-commons-1.13.4.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>1.13.4.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>1.13.4.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,3)",
-            com.fasterxml.jackson.core;resolution:=optional;version="[2,3)",
-            com.fasterxml.jackson.databind*;resolution:=optional;version="[2,3)",
-            com.google.common.base;resolution:=optional;version="[15,20)",
-            com.querydsl.core*;resolution:=optional;version="[4,5)",
-            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="[4,5)",
-            org.springframework.asm;version="[4,5)",
-            org.springframework.beans*;version="[4,5)",
-            org.springframework.core*;version="[4,5)",
-            org.springframework.context*;version="[4,5)",
-            org.springframework.dao*;resolution:=optional;version="[4,5)",
-            org.springframework.expression*;resolution:=optional;version="[4,5)",
-            org.springframework.format*;version="[4,5)",
-            org.springframework.hateoas*;resolution:=optional,
-            org.springframework.oxm;resolution:=optional;version="[4,5)",
-            org.springframework.scheduling.annotation;version="[4,5)",
-            org.springframework.transaction*;resolution:=optional;version="[4,5)",
-            org.springframework.util*;version="[4,5)",
-            org.springframework.web*;resolution:=optional;version="[4,5)",
-            org.threeten.bp;resolution:=optional;version="[1.3,2)",
-            scala;resolution:=optional;version="[2.10,2.12)",
-            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/c4bd9b61/spring-data-commons-1.13.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-data-commons-1.13.4.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-commons-1.13.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 50a012d..0000000
--- a/spring-data-commons-1.13.4.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/c4bd9b61/spring-data-commons-1.13.6.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-data-commons-1.13.6.RELEASE/pom.xml b/spring-data-commons-1.13.6.RELEASE/pom.xml
new file mode 100644
index 0000000..c696e9f
--- /dev/null
+++ b/spring-data-commons-1.13.6.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>1.13.6.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>1.13.6.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,3)",
+            com.fasterxml.jackson.core;resolution:=optional;version="[2,3)",
+            com.fasterxml.jackson.databind*;resolution:=optional;version="[2,3)",
+            com.google.common.base;resolution:=optional;version="[15,20)",
+            com.querydsl.core*;resolution:=optional;version="[4,5)",
+            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="[4,5)",
+            org.springframework.asm;version="[4,5)",
+            org.springframework.beans*;version="[4,5)",
+            org.springframework.core*;version="[4,5)",
+            org.springframework.context*;version="[4,5)",
+            org.springframework.dao*;resolution:=optional;version="[4,5)",
+            org.springframework.expression*;resolution:=optional;version="[4,5)",
+            org.springframework.format*;version="[4,5)",
+            org.springframework.hateoas*;resolution:=optional,
+            org.springframework.oxm;resolution:=optional;version="[4,5)",
+            org.springframework.scheduling.annotation;version="[4,5)",
+            org.springframework.transaction*;resolution:=optional;version="[4,5)",
+            org.springframework.util*;version="[4,5)",
+            org.springframework.web*;resolution:=optional;version="[4,5)",
+            org.threeten.bp;resolution:=optional;version="[1.3,2)",
+            scala;resolution:=optional;version="[2.10,2.12)",
+            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/c4bd9b61/spring-data-commons-1.13.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-data-commons-1.13.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-commons-1.13.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..50a012d
--- /dev/null
+++ b/spring-data-commons-1.13.6.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