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/11/26 13:52:48 UTC

[servicemix-bundles] branch master updated: [SM-4240] Create OSGi bundle for mchange-commons-java 0.2.19

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 0b919af  [SM-4240] Create OSGi bundle for mchange-commons-java 0.2.19
0b919af is described below

commit 0b919af5686f234b2beb2971b70e19080478f9d6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 26 14:52:23 2019 +0100

    [SM-4240] Create OSGi bundle for mchange-commons-java 0.2.19
---
 {mchange-commons-java-0.2.18 => mchange-commons-java-0.2.19}/pom.xml | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mchange-commons-java-0.2.18/pom.xml b/mchange-commons-java-0.2.19/pom.xml
similarity index 97%
rename from mchange-commons-java-0.2.18/pom.xml
rename to mchange-commons-java-0.2.19/pom.xml
index f7c5bdf..412e2a7 100644
--- a/mchange-commons-java-0.2.18/pom.xml
+++ b/mchange-commons-java-0.2.19/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mchange-commons-java</artifactId>
-    <version>0.2.18_2-SNAPSHOT</version>
+    <version>0.2.19_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.18</pkgVersion>
+        <pkgVersion>0.2.19</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.mchange
         </servicemix.osgi.export.pkg>
diff --git a/mchange-commons-java-0.2.18/src/main/resources/OSGI-INF/bundle.info b/mchange-commons-java-0.2.19/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mchange-commons-java-0.2.18/src/main/resources/OSGI-INF/bundle.info
rename to mchange-commons-java-0.2.19/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 65611af..8e806cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
         <module>java-util-1.38.0</module>
         <module>libphonenumber-8.10.23</module>
         <module>libthrift-0.13.0</module>
+        <module>mchange-commons-java-0.2.19</module>
     </modules>
 
 </project>