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 402b49fb2 [SM-5109] Create OSGi bundle for Saxon-HE 11.3
402b49fb2 is described below
commit 402b49fb2de72d48ce0a85ac7f70457800c285be
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Apr 27 20:41:53 2022 +0200
[SM-5109] Create OSGi bundle for Saxon-HE 11.3
---
pom.xml | 1 +
{saxon-11.2 => saxon-11.3}/pom.xml | 5 ++---
{saxon-11.2 => saxon-11.3}/src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3cc377579..45c3e4a20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@
<module>spring-integration-core-5.5.11</module>
<module>olingo-odata2-api-2.0.12</module>
<module>olingo-odata2-core-2.0.12</module>
+ <module>saxon-11.3</module>
</modules>
</project>
diff --git a/saxon-11.2/pom.xml b/saxon-11.3/pom.xml
similarity index 98%
rename from saxon-11.2/pom.xml
rename to saxon-11.3/pom.xml
index 78f1f5eb1..333421b7a 100644
--- a/saxon-11.2/pom.xml
+++ b/saxon-11.3/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.saxon</artifactId>
<packaging>bundle</packaging>
- <version>11.2_2-SNAPSHOT</version>
+ <version>11.3_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>11.2</pkgVersion>
+ <pkgVersion>11.3</pkgVersion>
<servicemix.osgi.export.pkg>
net.sf.saxon
</servicemix.osgi.export.pkg>
diff --git a/saxon-11.2/src/main/resources/OSGI-INF/bundle.info
b/saxon-11.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-11.2/src/main/resources/OSGI-INF/bundle.info
rename to saxon-11.3/src/main/resources/OSGI-INF/bundle.info