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 57de102bf SM-5737: Create OSGi bundle for saxon 12.5
57de102bf is described below
commit 57de102bfeef1ab37713cf9bbc5d71bd59a4ccf4
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jul 16 07:37:12 2024 +0200
SM-5737: Create OSGi bundle for saxon 12.5
---
pom.xml | 1 +
{saxon-12.4 => saxon-12.5}/pom.xml | 7 +++----
{saxon-12.4 => saxon-12.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 1b8b23191..c5ef346ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
<module>java-util-2.13.0</module>
<module>spring-batch-core-5.1.2</module>
<module>spring-batch-infrastructure-5.1.2</module>
+ <module>saxon-12.5</module>
</modules>
</project>
diff --git a/saxon-12.4/pom.xml b/saxon-12.5/pom.xml
similarity index 97%
rename from saxon-12.4/pom.xml
rename to saxon-12.5/pom.xml
index 44101a0ec..ee4b6e9cb 100644
--- a/saxon-12.4/pom.xml
+++ b/saxon-12.5/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.saxon</artifactId>
<packaging>bundle</packaging>
- <version>12.4_2-SNAPSHOT</version>
+ <version>12.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>12.4</pkgVersion>
-
<servicemix.osgi.source.version>12.4.1</servicemix.osgi.source.version>
+ <pkgVersion>12.5</pkgVersion>
+
<servicemix.osgi.source.version>12.5.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
net.sf.saxon
</servicemix.osgi.export.pkg>
diff --git a/saxon-12.4/src/main/resources/OSGI-INF/bundle.info
b/saxon-12.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-12.4/src/main/resources/OSGI-INF/bundle.info
rename to saxon-12.5/src/main/resources/OSGI-INF/bundle.info