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 2022/08/25 07:39:44 UTC

[servicemix-bundles] branch master updated: [SM-5272] Create OSGi bundle for Saxon-HE 11.4

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 5d2cd9df1 [SM-5272] Create OSGi bundle for Saxon-HE 11.4
5d2cd9df1 is described below

commit 5d2cd9df1334d0e9c12e0db426eef62f951c88e4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Aug 25 09:39:18 2022 +0200

    [SM-5272] Create OSGi bundle for Saxon-HE 11.4
---
 pom.xml                                                           | 1 +
 {saxon-11.3 => saxon-11.4}/pom.xml                                | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84285421f..3e42f460d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
        <module>azure-storage-common-12.18.0</module>
        <module>avro-1.11.1</module>
        <module>avro-ipc-1.11.1</module>
+       <module>saxon-11.4</module>
     </modules>
 
 </project>
diff --git a/saxon-11.3/pom.xml b/saxon-11.4/pom.xml
similarity index 96%
rename from saxon-11.3/pom.xml
rename to saxon-11.4/pom.xml
index 9638b4195..9e6410f3e 100644
--- a/saxon-11.3/pom.xml
+++ b/saxon-11.4/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>11.3_2-SNAPSHOT</version>
+    <version>11.4_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps saxon he ${pkgVersion} jar files.</description>
 
@@ -39,13 +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>net.sf.saxon</pkgGroupId>
         <pkgArtifactId>Saxon-HE</pkgArtifactId>
-        <pkgVersion>11.3</pkgVersion>
+        <pkgVersion>11.4</pkgVersion>
+	<servicemix.osgi.source.version>11.4.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-11.3/src/main/resources/OSGI-INF/bundle.info b/saxon-11.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-11.3/src/main/resources/OSGI-INF/bundle.info
rename to saxon-11.4/src/main/resources/OSGI-INF/bundle.info