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/12/30 06:28:38 UTC

[servicemix-bundles] branch master updated: [SM-4262] Create OSGi bundle for c3p0 0.9.5.5

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 299e475  [SM-4262] Create OSGi bundle for c3p0 0.9.5.5
299e475 is described below

commit 299e4756e269f3fe18b7b608726b62ce3473b9c6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 30 07:28:05 2019 +0100

    [SM-4262] Create OSGi bundle for c3p0 0.9.5.5
---
 {c3p0-0.9.5.4 => c3p0-0.9.5.5}/pom.xml                               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/c3p0-0.9.5.4/pom.xml b/c3p0-0.9.5.5/pom.xml
similarity index 97%
rename from c3p0-0.9.5.4/pom.xml
rename to c3p0-0.9.5.5/pom.xml
index a62ef54..23ece4b 100644
--- a/c3p0-0.9.5.4/pom.xml
+++ b/c3p0-0.9.5.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.c3p0</artifactId>
-    <version>0.9.5.4_2-SNAPSHOT</version>
+    <version>0.9.5.5_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>com.mchange</pkgGroupId>
         <pkgArtifactId>c3p0</pkgArtifactId>
-        <pkgVersion>0.9.5.4</pkgVersion>
+        <pkgVersion>0.9.5.5</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.mchange
         </servicemix.osgi.export.pkg>
diff --git a/c3p0-0.9.5.4/src/main/resources/OSGI-INF/bundle.info b/c3p0-0.9.5.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from c3p0-0.9.5.4/src/main/resources/OSGI-INF/bundle.info
rename to c3p0-0.9.5.5/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 8094648..2a5f50d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
        <module>ognl-3.2.12</module>
        <module>aws-java-sdk-1.11.699</module>
        <module>azure-storage-8.6.0</module>
+       <module>c3p0-0.9.5.5</module>
     </modules>
 
 </project>