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/06/30 19:40:31 UTC

[servicemix-bundles] branch master updated: [SM-4446] Create OSGi bundle for mybatis 3.5.5

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 e5ad272  [SM-4446] Create OSGi bundle for mybatis 3.5.5
e5ad272 is described below

commit e5ad272bd9b0e1156166fbc18b1dd69ad5da198d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 30 21:39:35 2020 +0200

    [SM-4446] Create OSGi bundle for mybatis 3.5.5
---
 {mybatis-3.5.4 => mybatis-3.5.5}/pom.xml                             | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mybatis-3.5.4/pom.xml b/mybatis-3.5.5/pom.xml
similarity index 97%
rename from mybatis-3.5.4/pom.xml
rename to mybatis-3.5.5/pom.xml
index d8817c4..4976bc5 100644
--- a/mybatis-3.5.4/pom.xml
+++ b/mybatis-3.5.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mybatis</artifactId>
-    <version>3.5.4_2-SNAPSHOT</version>
+    <version>3.5.5_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>org.mybatis</pkgGroupId>
         <pkgArtifactId>mybatis</pkgArtifactId>
-        <pkgVersion>3.5.4</pkgVersion>
+        <pkgVersion>3.5.5</pkgVersion>
         <servicemix.osgi.export>
             org.apache.ibatis*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true
         </servicemix.osgi.export>
diff --git a/mybatis-3.5.4/src/main/resources/OSGI-INF/bundle.info b/mybatis-3.5.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mybatis-3.5.4/src/main/resources/OSGI-INF/bundle.info
rename to mybatis-3.5.5/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 14e387f..92fa4b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
         <module>htmlunit-2.41.0</module>
         <module>pulsar-client-2.6.0</module>
         <module>pulsar-client-admin-2.6.0</module>
+        <module>mybatis-3.5.5</module>
     </modules>
 
 </project>