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 e78f2cd [SM-4250] Create OSGi bundle for SaxonHE 9.9.1-6
e78f2cd is described below
commit e78f2cd358cc9e5eddceb5e5ece8f7c87a847457
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Dec 20 12:03:52 2019 +0100
[SM-4250] Create OSGi bundle for SaxonHE 9.9.1-6
---
pom.xml | 1 +
{saxon-9.9.1-5 => saxon-9.9.1-6}/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 776c164..1be57cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
<module>kafka_2.12-2.4.0</module>
<module>kafka-streams-2.4.0</module>
<module>grpc-1.26.0</module>
+ <module>saxon-9.9.1-6</module>
</modules>
</project>
diff --git a/saxon-9.9.1-5/pom.xml b/saxon-9.9.1-6/pom.xml
similarity index 98%
rename from saxon-9.9.1-5/pom.xml
rename to saxon-9.9.1-6/pom.xml
index d136852..0ea665b 100644
--- a/saxon-9.9.1-5/pom.xml
+++ b/saxon-9.9.1-6/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-5_2-SNAPSHOT</version>
+ <version>9.9.1-6_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-5</pkgVersion>
+ <pkgVersion>9.9.1-6</pkgVersion>
<servicemix.osgi.export.pkg>
net.sf.saxon
</servicemix.osgi.export.pkg>
diff --git a/saxon-9.9.1-5/src/main/resources/OSGI-INF/bundle.info
b/saxon-9.9.1-6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-9.9.1-5/src/main/resources/OSGI-INF/bundle.info
rename to saxon-9.9.1-6/src/main/resources/OSGI-INF/bundle.info