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 2020/01/30 05:19:35 UTC

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

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 bdd53c1  [SM-4301] Create OSGi bundle for mchange-commons-java 0.2.20
bdd53c1 is described below

commit bdd53c133c1cf41c76436e4e32e6aef69c1bc0ad
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 30 06:19:08 2020 +0100

    [SM-4301] Create OSGi bundle for mchange-commons-java 0.2.20
---
 {mchange-commons-java-0.2.19 => mchange-commons-java-0.2.20}/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.19/pom.xml b/mchange-commons-java-0.2.20/pom.xml
similarity index 97%
rename from mchange-commons-java-0.2.19/pom.xml
rename to mchange-commons-java-0.2.20/pom.xml
index 50efc2b..035053c 100644
--- a/mchange-commons-java-0.2.19/pom.xml
+++ b/mchange-commons-java-0.2.20/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mchange-commons-java</artifactId>
-    <version>0.2.19_2-SNAPSHOT</version>
+    <version>0.2.20_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.19</pkgVersion>
+        <pkgVersion>0.2.20</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.mchange
         </servicemix.osgi.export.pkg>
diff --git a/mchange-commons-java-0.2.19/src/main/resources/OSGI-INF/bundle.info b/mchange-commons-java-0.2.20/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mchange-commons-java-0.2.19/src/main/resources/OSGI-INF/bundle.info
rename to mchange-commons-java-0.2.20/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index da74572..af83ca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
        <module>hbase-2.2.3</module>
        <module>okhttp-4.3.1</module>
        <module>java-util-1.40.0</module>
+       <module>mchange-commons-java-0.2.20</module>
     </modules>
 
 </project>