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 2019/03/26 15:18:21 UTC

[servicemix-bundles] branch master updated: [SM-4019] Create OSGi bundles for derby 10.15.1.3

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cabaf7  [SM-4019] Create OSGi bundles for derby 10.15.1.3
1cabaf7 is described below

commit 1cabaf73a71548a04d2861de431e16f320b628f5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 26 16:17:44 2019 +0100

    [SM-4019] Create OSGi bundles for derby 10.15.1.3
---
 {derby-10.14.2.0 => derby-10.15.1.3}/pom.xml                       | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {derbynet-10.14.2.0 => derbynet-10.15.1.3}/pom.xml                 | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 2 ++
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/derby-10.14.2.0/pom.xml b/derby-10.15.1.3/pom.xml
similarity index 97%
rename from derby-10.14.2.0/pom.xml
rename to derby-10.15.1.3/pom.xml
index a4ce424..eaa9f1f 100644
--- a/derby-10.14.2.0/pom.xml
+++ b/derby-10.15.1.3/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.derby</artifactId>
-    <version>10.14.2.0_3-SNAPSHOT</version>
+    <version>10.15.1.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: derby</name>
     <description>This OSGi bundle wraps derby, derbyclient, and derbynet ${pkgVersion} jar files.</description>
@@ -39,12 +39,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.apache.derby</pkgGroupId>
-        <pkgVersion>10.14.2.0</pkgVersion>
+        <pkgVersion>10.15.1.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.derby
         </servicemix.osgi.export.pkg>
diff --git a/derby-10.14.2.0/src/main/resources/OSGI-INF/bundle.info b/derby-10.15.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from derby-10.14.2.0/src/main/resources/OSGI-INF/bundle.info
rename to derby-10.15.1.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/derbynet-10.14.2.0/pom.xml b/derbynet-10.15.1.3/pom.xml
similarity index 97%
rename from derbynet-10.14.2.0/pom.xml
rename to derbynet-10.15.1.3/pom.xml
index 617027a..8f94d3a 100644
--- a/derbynet-10.14.2.0/pom.xml
+++ b/derbynet-10.15.1.3/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.derbynet</artifactId>
-    <version>10.14.2.0_2-SNAPSHOT</version>
+    <version>10.15.1.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.apache.derby</pkgGroupId>
         <pkgArtifactId>derbynet</pkgArtifactId>
-        <pkgVersion>10.14.2.0</pkgVersion>
+        <pkgVersion>10.15.1.3</pkgVersion>
         <servicemix.osgi.export>
             org.apache.derby.drda;version=${pkgVersion};-split-package:=merge-first,
             org.apache.derby.impl.drda;version=${pkgVersion};-split-package:=merge-first,
diff --git a/derbynet-10.14.2.0/src/main/resources/OSGI-INF/bundle.info b/derbynet-10.15.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from derbynet-10.14.2.0/src/main/resources/OSGI-INF/bundle.info
rename to derbynet-10.15.1.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 78d278e..4161ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,8 @@
       <module>poi-4.0.1</module>
       <module>xmlbeans-3.0.2</module>
       <module>snmp4j-3.1.0</module>
+      <module>derby-10.15.1.3</module>
+      <module>derbynet-10.15.1.3</module>
     </modules>
 
 </project>