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 26d5d1db4 SM-5750: Create OSGi bundle for c3p0 0.10.1
26d5d1db4 is described below
commit 26d5d1db4c219dd367bcf1e5fdfec01415f53045
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jul 25 22:38:13 2024 +0200
SM-5750: Create OSGi bundle for c3p0 0.10.1
---
{c3p0-0.9.5.5 => c3p0-0.10.1}/pom.xml | 8 ++++----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/c3p0-0.9.5.5/pom.xml b/c3p0-0.10.1/pom.xml
similarity index 96%
rename from c3p0-0.9.5.5/pom.xml
rename to c3p0-0.10.1/pom.xml
index 30f439655..00b1eba67 100644
--- a/c3p0-0.9.5.5/pom.xml
+++ b/c3p0-0.10.1/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>14</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.c3p0</artifactId>
- <version>0.9.5.5_2-SNAPSHOT</version>
+ <version>0.10.1_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,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.9.5.5</pkgVersion>
+ <pkgVersion>0.10.1</pkgVersion>
+
<servicemix.osgi.source.version>0.10.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
com.mchange
</servicemix.osgi.export.pkg>
diff --git a/c3p0-0.9.5.5/src/main/resources/OSGI-INF/bundle.info
b/c3p0-0.10.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from c3p0-0.9.5.5/src/main/resources/OSGI-INF/bundle.info
rename to c3p0-0.10.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 5b3899d79..92a904ba5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,7 @@
<module>spring-webmvc-5.3.37</module>
<module>spring-websocket-5.3.37</module>
<module>dnsjava-3.6.0</module>
+ <module>c3p0-0.10.1</module>
</modules>
</project>