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 0900391bd SM-5685: Create OSGi bundle for mybatis 3.5.15
0900391bd is described below

commit 0900391bd7b960012d79a98ec2bbe7faa61ef719
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 15:30:57 2024 +0100

    SM-5685: Create OSGi bundle for mybatis 3.5.15
---
 {mybatis-3.5.13 => mybatis-3.5.15}/pom.xml                       | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 pom.xml                                                          | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mybatis-3.5.13/pom.xml b/mybatis-3.5.15/pom.xml
similarity index 95%
rename from mybatis-3.5.13/pom.xml
rename to mybatis-3.5.15/pom.xml
index 89c6b9718..7c721a4f5 100644
--- a/mybatis-3.5.13/pom.xml
+++ b/mybatis-3.5.15/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mybatis</artifactId>
-    <version>3.5.13_2-SNAPSHOT</version>
+    <version>3.5.15_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +39,13 @@
         
<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.13</pkgVersion>
-        
<servicemix.osgi.source.version>3.5.13.1</servicemix.osgi.source.version>
+        <pkgVersion>3.5.15</pkgVersion>
+        
<servicemix.osgi.source.version>3.5.15.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
             
org.apache.ibatis*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true
         </servicemix.osgi.export>
diff --git a/mybatis-3.5.13/src/main/resources/OSGI-INF/bundle.info 
b/mybatis-3.5.15/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mybatis-3.5.13/src/main/resources/OSGI-INF/bundle.info
rename to mybatis-3.5.15/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index acf933f50..6bce55b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
       <module>jt400-20.0.7</module>
       <module>elasticsearch-java-8.12.1</module>
       <module>fastinfoset-2.1.1</module>
+      <module>mybatis-3.5.15</module>
     </modules>
 
 </project>

Reply via email to