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/01/31 14:21:52 UTC

[servicemix-bundles] branch master updated: [SM-4655] Create OSGi bundle for jt400 10.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 24fabbb  [SM-4655] Create OSGi bundle for jt400 10.5
24fabbb is described below

commit 24fabbb4581e5e102a25afc44bb646b9b06b6d45
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jan 31 15:21:10 2021 +0100

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

diff --git a/jt400-10.4/pom.xml b/jt400-10.5/pom.xml
similarity index 98%
rename from jt400-10.4/pom.xml
rename to jt400-10.5/pom.xml
index b00e03c..4ea1ca9 100644
--- a/jt400-10.4/pom.xml
+++ b/jt400-10.5/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jt400</artifactId>
     <packaging>bundle</packaging>
-    <version>10.4_2-SNAPSHOT</version>
+    <version>10.5_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.4</pkgVersion>
+        <pkgVersion>10.5</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.ibm.as400
         </servicemix.osgi.export.pkg>
diff --git a/jt400-10.4/src/main/resources/OSGI-INF/bundle.info b/jt400-10.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from jt400-10.4/src/main/resources/OSGI-INF/bundle.info
rename to jt400-10.5/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index e9df3b5..612ca32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
       <module>java-util-1.62.0</module>
       <module>htmlunit-2.46.0</module>
       <module>antisamy-1.5.13</module>
+      <module>jt400-10.5</module>
     </modules>
 
 </project>