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/09/28 16:20:11 UTC

[servicemix-bundles] branch master updated: [SM-4907] Create OSGi bundle for saxon 10.6

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 eb63f39  [SM-4907] Create OSGi bundle for saxon 10.6
eb63f39 is described below

commit eb63f39e6aa3c3d916f4561fe874503d82a2dbf8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Sep 28 18:19:43 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 095a463..a7596bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@
   <module>influxdb-java-2.22</module>
   <module>pulsar-client-2.8.1</module>
   <module>pulsar-client-admin-2.8.1</module>
+  <module>saxon-10.6</module>
     </modules>
 
 </project>
diff --git a/saxon-10.5/pom.xml b/saxon-10.6/pom.xml
similarity index 98%
rename from saxon-10.5/pom.xml
rename to saxon-10.6/pom.xml
index ea31c68..669e2e4 100644
--- a/saxon-10.5/pom.xml
+++ b/saxon-10.6/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>10.5_2-SNAPSHOT</version>
+    <version>10.6_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.5</pkgVersion>
+        <pkgVersion>10.6</pkgVersion>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-10.5/src/main/resources/OSGI-INF/bundle.info b/saxon-10.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-10.5/src/main/resources/OSGI-INF/bundle.info
rename to saxon-10.6/src/main/resources/OSGI-INF/bundle.info