You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2019/05/16 10:23:05 UTC

[servicemix-bundles] branch master updated: [SM-4067] Create OSGi bundle for Saxon 9.9.1-3

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 151c494  [SM-4067] Create OSGi bundle for Saxon 9.9.1-3
151c494 is described below

commit 151c494a6cf9b552865e018727558258769f641f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 16 12:22:35 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 8366545..3ae99e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+       <module>saxon-9.9.1-3</module>
     </modules>
 
 </project>
diff --git a/saxon-9.9.1-2/pom.xml b/saxon-9.9.1-3/pom.xml
similarity index 98%
rename from saxon-9.9.1-2/pom.xml
rename to saxon-9.9.1-3/pom.xml
index 3a7df77..a331295 100644
--- a/saxon-9.9.1-2/pom.xml
+++ b/saxon-9.9.1-3/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>9.9.1-2_2-SNAPSHOT</version>
+    <version>9.9.1-3_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps saxon he ${pkgVersion} jar files.</description>
 
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>net.sf.saxon</pkgGroupId>
         <pkgArtifactId>Saxon-HE</pkgArtifactId>
-        <pkgVersion>9.9.1-2</pkgVersion>
+        <pkgVersion>9.9.1-3</pkgVersion>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-9.9.1-2/src/main/resources/OSGI-INF/bundle.info b/saxon-9.9.1-3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-9.9.1-2/src/main/resources/OSGI-INF/bundle.info
rename to saxon-9.9.1-3/src/main/resources/OSGI-INF/bundle.info