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/05/25 06:07:31 UTC

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

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 c5395a5  [SM-4393] Create OSGi bundle for Saxon-HE 10.1
c5395a5 is described below

commit c5395a559d8ceb374803d2e06d6651e1db07badf
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon May 25 08:06:10 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 20dc734..5dbc9ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,7 @@
         <module>pulsar-client-admin-2.5.2</module>
         <module>elasticsearch-7.7.0</module>
         <module>elasticsearch-client-7.7.0</module>
+        <module>saxon-10.1</module>
     </modules>
 
 </project>
diff --git a/saxon-10.0/pom.xml b/saxon-10.1/pom.xml
similarity index 98%
rename from saxon-10.0/pom.xml
rename to saxon-10.1/pom.xml
index aeb646b..cb44ffb 100644
--- a/saxon-10.0/pom.xml
+++ b/saxon-10.1/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>10.0_2-SNAPSHOT</version>
+    <version>10.1_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.0</pkgVersion>
+        <pkgVersion>10.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-10.0/src/main/resources/OSGI-INF/bundle.info b/saxon-10.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-10.0/src/main/resources/OSGI-INF/bundle.info
rename to saxon-10.1/src/main/resources/OSGI-INF/bundle.info