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 2020/03/20 06:56:58 UTC

[servicemix-bundles] branch master updated: [SM-4343] Create OSGi bundles for derby 10.15.2.0

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 acbba79  [SM-4343] Create OSGi bundles for derby 10.15.2.0
acbba79 is described below

commit acbba79c35647444dd742c81ec3eb68efbc6f7c7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Mar 20 07:56:34 2020 +0100

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

diff --git a/derby-10.15.1.3/pom.xml b/derby-10.15.2.0/pom.xml
similarity index 98%
rename from derby-10.15.1.3/pom.xml
rename to derby-10.15.2.0/pom.xml
index fa8a202..2545fdb 100644
--- a/derby-10.15.1.3/pom.xml
+++ b/derby-10.15.2.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.derby</artifactId>
-    <version>10.15.1.3_2-SNAPSHOT</version>
+    <version>10.15.2.0_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.15.1.3</pkgVersion>
+        <pkgVersion>10.15.2.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.derby
         </servicemix.osgi.export.pkg>
diff --git a/derby-10.15.1.3/src/main/resources/OSGI-INF/bundle.info b/derby-10.15.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from derby-10.15.1.3/src/main/resources/OSGI-INF/bundle.info
rename to derby-10.15.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/derbynet-10.15.1.3/pom.xml b/derbynet-10.15.2.0/pom.xml
similarity index 98%
rename from derbynet-10.15.1.3/pom.xml
rename to derbynet-10.15.2.0/pom.xml
index ca442e6..8f4b30b 100644
--- a/derbynet-10.15.1.3/pom.xml
+++ b/derbynet-10.15.2.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.derbynet</artifactId>
-    <version>10.15.1.3_2-SNAPSHOT</version>
+    <version>10.15.2.0_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.15.1.3</pkgVersion>
+        <pkgVersion>10.15.2.0</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.15.1.3/src/main/resources/OSGI-INF/bundle.info b/derbynet-10.15.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from derbynet-10.15.1.3/src/main/resources/OSGI-INF/bundle.info
rename to derbynet-10.15.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 43d7c11..153369c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,8 @@
         <module>spring-security-taglibs-5.3.0.RELEASE</module>
         <module>spring-security-test-5.3.0.RELEASE</module>
         <module>spring-security-web-5.3.0.RELEASE</module>
+        <module>derby-10.15.2.0</module>
+        <module>derbynet-10.15.2.0</module>
     </modules>
 
 </project>