You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/09/29 06:58:42 UTC

[servicemix-bundles] branch master updated: [SM-5320] Create OSGi bundle for xsdlib 2022.7

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 08ab148ba [SM-5320] Create OSGi bundle for xsdlib 2022.7
08ab148ba is described below

commit 08ab148baa82b8b065b99a8781bba3648daa1a12
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 29 08:58:19 2022 +0200

    [SM-5320] Create OSGi bundle for xsdlib 2022.7
---
 pom.xml                                                             | 1 +
 {xsdlib-2013.6.1 => xsdlib-2022.7}/pom.xml                          | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                         | 0
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index afb99e87e..6ce9add79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,7 @@
 			<module>poi-5.2.3</module>
 			<module>jruby-9.3.8.0</module>
 			<module>grpc-1.49.1</module>
+			<module>xsdlib-2022.7</module>
     </modules>
 
 </project>
diff --git a/xsdlib-2013.6.1/pom.xml b/xsdlib-2022.7/pom.xml
similarity index 97%
rename from xsdlib-2013.6.1/pom.xml
rename to xsdlib-2022.7/pom.xml
index 4ff7fc38e..02b335de0 100644
--- a/xsdlib-2013.6.1/pom.xml
+++ b/xsdlib-2022.7/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>10</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xsdlib</artifactId>
-    <version>2013.6.1_2-SNAPSHOT</version>
+    <version>2022.7_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -38,7 +38,7 @@
     <properties>
         <pkgGroupId>net.java.dev.msv</pkgGroupId>
         <pkgArtifactId>xsdlib</pkgArtifactId>
-        <pkgVersion>2013.6.1</pkgVersion>
+        <pkgVersion>2022.7</pkgVersion>
         <servicemix.osgi.import.pkg>
             org.relaxng*
         </servicemix.osgi.import.pkg>
diff --git a/xsdlib-2013.6.1/src/main/resources/OSGI-INF/bundle.info b/xsdlib-2022.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xsdlib-2013.6.1/src/main/resources/OSGI-INF/bundle.info
rename to xsdlib-2022.7/src/main/resources/OSGI-INF/bundle.info