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 2021/04/30 13:52:24 UTC

[servicemix-bundles] branch master updated: [SM-4739] Create OSGi bundle for jt400 10.6

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 9c12fbe  [SM-4739] Create OSGi bundle for jt400 10.6
9c12fbe is described below

commit 9c12fbef757c31803682043709ae02dad06c4286
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Apr 30 15:51:52 2021 +0200

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

diff --git a/jt400-10.5/pom.xml b/jt400-10.6/pom.xml
similarity index 98%
rename from jt400-10.5/pom.xml
rename to jt400-10.6/pom.xml
index b1111ad..4259206 100644
--- a/jt400-10.5/pom.xml
+++ b/jt400-10.6/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jt400</artifactId>
     <packaging>bundle</packaging>
-    <version>10.5_2-SNAPSHOT</version>
+    <version>10.6_1-SNAPSHOT</version>
     <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>net.sf.jt400</pkgGroupId>
         <pkgArtifactId>jt400</pkgArtifactId>
-        <pkgVersion>10.5</pkgVersion>
+        <pkgVersion>10.6</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.ibm.as400
         </servicemix.osgi.export.pkg>
diff --git a/jt400-10.5/src/main/resources/OSGI-INF/bundle.info b/jt400-10.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from jt400-10.5/src/main/resources/OSGI-INF/bundle.info
rename to jt400-10.6/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index de5bf6d..46e789f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,7 @@
       <module>lucene-queryparser-8.8.2</module>
       <module>lucene-sandbox-8.8.2</module>
       <module>gae-1.9.88</module>
+      <module>jt400-10.6</module>
     </modules>
 
 </project>