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 4ffc12a [SM-3959] Create OSGi bundle for c3p0 0.9.5.3
4ffc12a is described below
commit 4ffc12a1ce8cc32f26b3cc0372ac505f40a76e99
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jan 28 09:14:40 2019 +0100
[SM-3959] Create OSGi bundle for c3p0 0.9.5.3
---
{c3p0-0.9.5.2 => c3p0-0.9.5.3}/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.2/pom.xml b/c3p0-0.9.5.3/pom.xml
similarity index 97%
rename from c3p0-0.9.5.2/pom.xml
rename to c3p0-0.9.5.3/pom.xml
index ac3d7a4..a452b09 100644
--- a/c3p0-0.9.5.2/pom.xml
+++ b/c3p0-0.9.5.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.c3p0</artifactId>
- <version>0.9.5.2_3-SNAPSHOT</version>
+ <version>0.9.5.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>com.mchange</pkgGroupId>
<pkgArtifactId>c3p0</pkgArtifactId>
- <pkgVersion>0.9.5.2</pkgVersion>
+ <pkgVersion>0.9.5.3</pkgVersion>
<servicemix.osgi.export.pkg>
com.mchange
</servicemix.osgi.export.pkg>
diff --git a/c3p0-0.9.5.2/src/main/resources/OSGI-INF/bundle.info
b/c3p0-0.9.5.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from c3p0-0.9.5.2/src/main/resources/OSGI-INF/bundle.info
rename to c3p0-0.9.5.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index da11864..9ecd7f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,6 +147,7 @@
<module>spring-data-redis-2.1.4.RELEASE</module>
<module>spring-batch-core-4.1.1.RELEASE</module>
<module>spring-batch-infrastructure-4.1.1.RELEASE</module>
+ <module>c3p0-0.9.5.3</module>
</modules>
</project>