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 07:04:20 UTC

[servicemix-bundles] branch master updated: [SM-5322] Create OSGi bundle for batik 1.15

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 4acace3a3 [SM-5322] Create OSGi bundle for batik 1.15
4acace3a3 is described below

commit 4acace3a37e55cbcf9c496ee381fb4967644c05a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 29 09:03:59 2022 +0200

    [SM-5322] Create OSGi bundle for batik 1.15
---
 {batik-1.14 => batik-1.15}/pom.xml                                | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/batik-1.14/pom.xml b/batik-1.15/pom.xml
similarity index 97%
rename from batik-1.14/pom.xml
rename to batik-1.15/pom.xml
index 8c2f9e54e..e2df45e4f 100644
--- a/batik-1.14/pom.xml
+++ b/batik-1.15/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.batik</artifactId>
-    <version>1.14_2-SNAPSHOT</version>
+    <version>1.15_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: batik</name>
     <description>This OSGi bundle wraps batik-bridge, batik-extension, batik-svggen, batik-transcoder ${pkgVersion} jar files.</description>
@@ -39,12 +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>org.apache.xmlgraphics</pkgGroupId>
-        <pkgVersion>1.14</pkgVersion>
+        <pkgVersion>1.15</pkgVersion>
+				<servicemix.osgi.source.version>1.15.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.batik
         </servicemix.osgi.export.pkg>
diff --git a/batik-1.14/src/main/resources/OSGI-INF/bundle.info b/batik-1.15/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from batik-1.14/src/main/resources/OSGI-INF/bundle.info
rename to batik-1.15/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index d87a43ee2..dfbae3a4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
 			<module>grpc-1.49.1</module>
 			<module>xsdlib-2022.7</module>
 			<module>azure-messaging-servicebus-7.11.0</module>
+			<module>batik-1.15</module>
     </modules>
 
 </project>