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 ab029afd8 SM-5749: Create OSGi bundle for mchange-commons-java 0.3.1
ab029afd8 is described below

commit ab029afd8a535fe22a5773c02b876f51a0cf132e
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jul 25 22:45:23 2024 +0200

    SM-5749: Create OSGi bundle for mchange-commons-java 0.3.1
---
 .../pom.xml                                                        | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mchange-commons-java-0.2.20/pom.xml 
b/mchange-commons-java-0.3.1/pom.xml
similarity index 97%
rename from mchange-commons-java-0.2.20/pom.xml
rename to mchange-commons-java-0.3.1/pom.xml
index cdece8426..e0a0d0704 100644
--- a/mchange-commons-java-0.2.20/pom.xml
+++ b/mchange-commons-java-0.3.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.mchange-commons-java</artifactId>
-    <version>0.2.20_2-SNAPSHOT</version>
+    <version>0.3.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,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>mchange-commons-java</pkgArtifactId>
-        <pkgVersion>0.2.20</pkgVersion>
+        <pkgVersion>0.3.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.mchange
         </servicemix.osgi.export.pkg>
diff --git 
a/mchange-commons-java-0.2.20/src/main/resources/OSGI-INF/bundle.info 
b/mchange-commons-java-0.3.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mchange-commons-java-0.2.20/src/main/resources/OSGI-INF/bundle.info
rename to mchange-commons-java-0.3.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 92a904ba5..cf5dac9de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@
       <module>spring-websocket-5.3.37</module>
       <module>dnsjava-3.6.0</module>
       <module>c3p0-0.10.1</module>
+      <module>mchange-commons-java-0.3.1</module>
     </modules>
 
 </project>

Reply via email to