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 b846c406c SM-5674: Create OSGi bundle for Saxon-HE 12.4
b846c406c is described below

commit b846c406c9b24057bdaf0600d343a373bb1a3f89
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 21 11:33:34 2024 +0100

    SM-5674: Create OSGi bundle for Saxon-HE 12.4
---
 pom.xml                                                          | 1 +
 {saxon-12.2 => saxon-12.4}/pom.xml                               | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 886aa82c5..a42352fb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
       <module>hapi-fhir-structures-hl7org-dstu2-7.0.0</module>
       <module>hapi-fhir-structures-r4-7.0.0</module>
       <module>hapi-fhir-validation-7.0.0</module>
+      <module>saxon-12.4</module>
     </modules>
 
 </project>
diff --git a/saxon-12.2/pom.xml b/saxon-12.4/pom.xml
similarity index 96%
rename from saxon-12.2/pom.xml
rename to saxon-12.4/pom.xml
index 7b2bb0872..3cdf0a0a0 100644
--- a/saxon-12.2/pom.xml
+++ b/saxon-12.4/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16</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>12.2_2-SNAPSHOT</version>
+    <version>12.4_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps saxon he ${pkgVersion} jar 
files.</description>
 
@@ -39,14 +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>12.2</pkgVersion>
-             
<servicemix.osgi.source.version>12.2.1</servicemix.osgi.source.version>
+        <pkgVersion>12.4</pkgVersion>
+             
<servicemix.osgi.source.version>12.4.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-12.2/src/main/resources/OSGI-INF/bundle.info 
b/saxon-12.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-12.2/src/main/resources/OSGI-INF/bundle.info
rename to saxon-12.4/src/main/resources/OSGI-INF/bundle.info

Reply via email to