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 47c318f [SM-4892] Create OSGi bundle for jt400 10.7
47c318f is described below
commit 47c318f7346bd54927181be998fd64cade25c652
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Sep 28 11:27:53 2021 +0200
[SM-4892] Create OSGi bundle for jt400 10.7
---
{jt400-10.6 => jt400-10.7}/pom.xml | 5 ++---
{jt400-10.6 => jt400-10.7}/src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jt400-10.6/pom.xml b/jt400-10.7/pom.xml
similarity index 98%
rename from jt400-10.6/pom.xml
rename to jt400-10.7/pom.xml
index 3bce3b3..a233711 100644
--- a/jt400-10.6/pom.xml
+++ b/jt400-10.7/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jt400</artifactId>
<packaging>bundle</packaging>
- <version>10.6_2-SNAPSHOT</version>
+ <version>10.7_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.6</pkgVersion>
+ <pkgVersion>10.7</pkgVersion>
<servicemix.osgi.export.pkg>
com.ibm.as400
</servicemix.osgi.export.pkg>
diff --git a/jt400-10.6/src/main/resources/OSGI-INF/bundle.info
b/jt400-10.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from jt400-10.6/src/main/resources/OSGI-INF/bundle.info
rename to jt400-10.7/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index bf3058b..2bdd04c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
<module>txw2-2.3.3</module>
<module>xmlbeans-5.0.1</module>
<module>dnsjava-3.4.2</module>
+ <module>jt400-10.7</module>
</modules>
</project>