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/11/02 13:37:14 UTC

[servicemix-bundles] branch master updated: [SM-4544] Create OSGi bundle for saxon 10.3

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 f8177c0  [SM-4544] Create OSGi bundle for saxon 10.3
f8177c0 is described below

commit f8177c0cd3f3eb130fa2a1503c2aa5f8f478f09e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 2 14:36:44 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 20d01f6..49634bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
       <module>elasticsearch-7.9.3</module>
       <module>zxing-3.4.1</module>
       <module>asterisk-java-3.8.0</module>
+      <module>saxon-10.3</module>
     </modules>
 
 </project>
diff --git a/saxon-10.1/pom.xml b/saxon-10.3/pom.xml
similarity index 98%
rename from saxon-10.1/pom.xml
rename to saxon-10.3/pom.xml
index 69db5c5..e454c79 100644
--- a/saxon-10.1/pom.xml
+++ b/saxon-10.3/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>10.1_2-SNAPSHOT</version>
+    <version>10.3_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps saxon he ${pkgVersion} jar files.</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.saxon</pkgGroupId>
         <pkgArtifactId>Saxon-HE</pkgArtifactId>
-        <pkgVersion>10.1</pkgVersion>
+        <pkgVersion>10.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-10.1/src/main/resources/OSGI-INF/bundle.info b/saxon-10.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-10.1/src/main/resources/OSGI-INF/bundle.info
rename to saxon-10.3/src/main/resources/OSGI-INF/bundle.info