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 590923d4b [SM-5536] Create OSGi bundle for saxon 11.5
590923d4b is described below
commit 590923d4b7265445cb0782df7152ed4cc4456631
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun May 7 07:09:23 2023 +0200
[SM-5536] Create OSGi bundle for saxon 11.5
---
pom.xml | 1 +
{saxon-11.4 => saxon-11.5}/pom.xml | 7 +++----
{saxon-11.4 => saxon-11.5}/src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f1bab2d8a..81fcb2f86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
<module>spring-websocket-6.0.7</module>
<module>pulsar-client-2.11.1</module>
<module>pulsar-client-admin-2.11.1</module>
+ <module>saxon-11.5</module>
</modules>
</project>
diff --git a/saxon-11.4/pom.xml b/saxon-11.5/pom.xml
similarity index 97%
rename from saxon-11.4/pom.xml
rename to saxon-11.5/pom.xml
index 8e14815a5..a2cc04110 100644
--- a/saxon-11.4/pom.xml
+++ b/saxon-11.5/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.saxon</artifactId>
<packaging>bundle</packaging>
- <version>11.4_4-SNAPSHOT</version>
+ <version>11.5_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>11.4</pkgVersion>
- <servicemix.osgi.source.version>11.4.3</servicemix.osgi.source.version>
+ <pkgVersion>11.5</pkgVersion>
+ <servicemix.osgi.source.version>11.5.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
net.sf.saxon
</servicemix.osgi.export.pkg>
diff --git a/saxon-11.4/src/main/resources/OSGI-INF/bundle.info
b/saxon-11.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-11.4/src/main/resources/OSGI-INF/bundle.info
rename to saxon-11.5/src/main/resources/OSGI-INF/bundle.info