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 751b5bf1e SM-5847: Create OSGi bundle for c3p0 0.11.2
751b5bf1e is described below

commit 751b5bf1e6c53e12c474a9486bc25753286d310c
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jul 13 08:15:25 2025 +0200

    SM-5847: Create OSGi bundle for c3p0 0.11.2
---
 {c3p0-0.10.1 => c3p0-0.11.2}/pom.xml                               | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/c3p0-0.10.1/pom.xml b/c3p0-0.11.2/pom.xml
similarity index 96%
rename from c3p0-0.10.1/pom.xml
rename to c3p0-0.11.2/pom.xml
index 6ef616a5a..67327aa06 100644
--- a/c3p0-0.10.1/pom.xml
+++ b/c3p0-0.11.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.c3p0</artifactId>
-    <version>0.10.1_2-SNAPSHOT</version>
+    <version>0.11.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +39,13 @@
         
<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.10.1</pkgVersion>
-        
<servicemix.osgi.source.version>0.10.1.1</servicemix.osgi.source.version>
+        <pkgVersion>0.11.2</pkgVersion>
+        
<servicemix.osgi.source.version>0.11.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.mchange
         </servicemix.osgi.export.pkg>
diff --git a/c3p0-0.10.1/src/main/resources/OSGI-INF/bundle.info 
b/c3p0-0.11.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from c3p0-0.10.1/src/main/resources/OSGI-INF/bundle.info
rename to c3p0-0.11.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 9f0cea686..2fc44083d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,6 +191,7 @@
 <module>hapi-fhir-structures-r4-8.2.0</module>
 <module>hapi-fhir-validation-8.2.0</module>
 <module>elasticsearch-java-9.0.3</module>
+<module>c3p0-0.11.2</module>
     </modules>
 
 </project>

Reply via email to