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

commit ae3c78c6c61741aae17d9669130b7a3874b5ed39
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 15:11:24 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 0361d1067..7ff159d8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@
                        <module>google-gax-grpc-2.24.0</module>
                        <module>jt400-11.2</module>
                        <module>spring-xml-4.0.2</module>
+                       <module>saxon-12.1</module>
     </modules>
 
 </project>
diff --git a/saxon-12.0/pom.xml b/saxon-12.1/pom.xml
similarity index 97%
rename from saxon-12.0/pom.xml
rename to saxon-12.1/pom.xml
index 227bdddbe..72d162660 100644
--- a/saxon-12.0/pom.xml
+++ b/saxon-12.1/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>12.0_3-SNAPSHOT</version>
+    <version>12.1_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.0</pkgVersion>
-       <servicemix.osgi.source.version>12.0.2</servicemix.osgi.source.version>
+        <pkgVersion>12.1</pkgVersion>
+       <servicemix.osgi.source.version>12.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             net.sf.saxon
         </servicemix.osgi.export.pkg>
diff --git a/saxon-12.0/src/main/resources/OSGI-INF/bundle.info 
b/saxon-12.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from saxon-12.0/src/main/resources/OSGI-INF/bundle.info
rename to saxon-12.1/src/main/resources/OSGI-INF/bundle.info

Reply via email to